Missing Recordings and Ffmpeg Errors in Log #15821
-
Describe the problem you are havingJust recently upgraded one of my controllers from an RPI 4 to a Dell Optiplex 7050. During that upgrade I also added my NVR cameras to Frigate alongside my doorbell camera. I began noticing that pretty often recordings weren't being created even though an objects was correctly being detected and tons of errors in the in Frigate logs. Not sure what to make of them though. I thought it may be something wrong with the Optiplex or the SSD so I reflashed another known working SSD with HA to see if that would fix any issues no help. I also tried upgrading Go2RTC to 1.9.7 no help, also reinstalling frigate wasn't helping either. Version14.1 What browser(s) are you using?No response Frigate config filemqtt:
host: 192.168.50.79
port: 1883
user: xxxx
password: xxxx
cameras:
front_doorbell:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_doorbell?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/front_doorbell?video=copy
input_args: preset-rtsp-restream
roles:
- detect
detect:
width: 2560
height: 1920
motion:
mask: 0.656,0,0.655,0.035,1,0.036,1,0
objects:
track:
- person
- dog
- cat
- package
filters:
person:
min_area: 4000
record:
enabled: true
retain:
days: 3
mode: all
events:
pre_capture: 30
post_capture: 30
retain:
default: 3
mode: active_objects
front_yard:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_yard?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/front_yard_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
north_side_house:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/north_side_house?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/north_side_house_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
objects:
mask: 0.135,0.464,0.631,1,0.993,0.988,0.995,0.014,0.125,0,0.065,0.129,0.078,0.361
bar_deck:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/bar_deck?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/bar_deck_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
backyard:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/backyard?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/backyard_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
motion:
mask: 0.669,0.035,0.973,0.033,0.969,0.093,0.668,0.088
south_side_house:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/south_side_house?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/south_side_house_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
objects:
mask: 0,0.734,0.771,0,0.001,0.005
family_room_patio:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/family_room_patio?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/family_room_patio_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
driveway:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/driveway?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/driveway_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
objects:
mask: 0,0.488,0.844,0.252,0.997,0.313,0.997,0.005,0.004,0.006
front_door:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_door?video=copy
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/front_door_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
objects:
mask: 0,0.387,0.184,0.206,0.166,0.005,0.004,0.006
go2rtc:
streams:
front_doorbell:
- ffmpeg:http://192.168.50.108/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxxx&password=xxxx#video=copy#audio=copy#audio=opus#hardware
- rtsp://xxxx:[email protected]:554/h264Preview_01_sub#hardware
front_doorbell_sub:
- ffmpeg:http://192.168.50.108/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=xxxx&password=xxxx
front_yard:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=3&subtype=0#backchannel=0#hardware
front_yard_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=3&subtype=1
north_side_house:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=4&subtype=0#backchannel=0#hardware
north_side_house_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=4&subtype=1
bar_deck:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=5&subtype=0#backchannel=0#hardware
bar_deck_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=5&subtype=1
backyard:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=6&subtype=0#backchannel=0#hardware
backyard_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=6&subtype=1
south_side_house:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=7&subtype=0#backchannel=0#hardware
south_side_house_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=7&subtype=1
family_room_patio:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=8&subtype=0#backchannel=0#hardware
family_room_patio_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=8&subtype=1
driveway:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=1&subtype=0#backchannel=0#hardware
driveway_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=1&subtype=1
front_door:
rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=2&subtype=0#backchannel=0#hardware
front_door_sub: rtsp://Homeassistant:[email protected]:554/cam/realmonitor?channel=2&subtype=1
webrtc:
candidates:
- 192.168.50.79:8555
- stun:8555
detect:
width: 640
height: 360
objects:
track:
- person
- dog
- cat
- car
snapshots:
enabled: true
motion:
mask: 0.669,0.035,0.973,0.033,0.969,0.093,0.668,0.088
record:
# sync_recordings: true
enabled: true
retain:
days: 3
mode: active_objects
detectors:
coral:
type: edgetpu
device: usb
ffmpeg:
output_args:
record: preset-record-generic-audio-aac #this allows audio in recordings
hwaccel_args: preset-vaapi
timestamp_style:
position: bl
format: '%-I:%M:%S %p %Y-%m-%d'
color:
red: 0
green: 0
blue: 0
version: 0.14 Relevant Frigate log output2025-01-04 22:36:06.964316819 [INFO] Preparing Frigate...
2025-01-04 22:36:06.989648414 [INFO] Starting Frigate...
2025-01-04 22:36:08.961787392 [2025-01-04 14:36:08] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2025-01-04 22:36:08.961967600 [2025-01-04 14:36:08] frigate.app INFO : Creating directory: /tmp/cache
2025-01-04 22:36:08.961970379 [2025-01-04 14:36:08] frigate.util.config INFO : Checking if frigate config needs migration...
2025-01-04 22:36:09.012165098 [2025-01-04 14:36:09] frigate.util.config INFO : frigate config does not need migration...
2025-01-04 22:36:09.043721857 [2025-01-04 14:36:09] frigate.config WARNING : front_yard: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.045364685 [2025-01-04 14:36:09] frigate.config WARNING : north_side_house: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.046191381 [2025-01-04 14:36:09] frigate.config WARNING : bar_deck: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.046868718 [2025-01-04 14:36:09] frigate.config WARNING : backyard: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.048337443 [2025-01-04 14:36:09] frigate.config WARNING : south_side_house: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.049193218 [2025-01-04 14:36:09] frigate.config WARNING : family_room_patio: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.050717193 [2025-01-04 14:36:09] frigate.config WARNING : driveway: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.056531769 [2025-01-04 14:36:09] frigate.config WARNING : front_door: Recording retention is configured for active_objects and event retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-04 22:36:09.093653255 [2025-01-04 14:36:09] peewee_migrate.logs INFO : Starting migrations
2025-01-04 22:36:09.094248236 [2025-01-04 14:36:09] peewee_migrate.logs INFO : There is nothing to migrate
2025-01-04 22:36:09.155307348 [2025-01-04 14:36:09] frigate.app INFO : Recording process started: 348
2025-01-04 22:36:09.157022875 [2025-01-04 14:36:09] frigate.app INFO : Recording process started: 349
2025-01-04 22:36:09.163053625 [2025-01-04 14:36:09] frigate.app INFO : go2rtc process pid: 97
2025-01-04 22:36:09.205546540 [2025-01-04 14:36:09] frigate.app INFO : Output process started: 378
2025-01-04 22:36:09.215980524 [2025-01-04 14:36:09] detector.coral INFO : Starting detection process: 377
2025-01-04 22:36:09.255205949 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for front_doorbell: 398
2025-01-04 22:36:09.258325331 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for front_yard: 402
2025-01-04 22:36:09.275148434 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for north_side_house: 403
2025-01-04 22:36:09.277943580 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for bar_deck: 412
2025-01-04 22:36:09.296179734 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for backyard: 425
2025-01-04 22:36:09.296183259 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for south_side_house: 438
2025-01-04 22:36:09.306036656 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for family_room_patio: 451
2025-01-04 22:36:09.320299920 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for driveway: 462
2025-01-04 22:36:09.320575138 [2025-01-04 14:36:09] frigate.app INFO : Camera processor started for front_door: 473
2025-01-04 22:36:09.328988452 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for front_doorbell: 483
2025-01-04 22:36:09.336244303 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for front_yard: 497
2025-01-04 22:36:09.361514181 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for north_side_house: 501
2025-01-04 22:36:09.362006712 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for bar_deck: 507
2025-01-04 22:36:09.396688837 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for backyard: 521
2025-01-04 22:36:09.409726011 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for south_side_house: 532
2025-01-04 22:36:09.410089775 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for family_room_patio: 540
2025-01-04 22:36:09.435859579 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for driveway: 544
2025-01-04 22:36:09.437157974 [2025-01-04 14:36:09] frigate.app INFO : Capture process started for front_door: 553
2025-01-04 22:36:10.163154330 [2025-01-04 14:36:10] frigate.record.util INFO : Deleting 3 recordings files with missing DB entries
2025-01-04 22:36:11.830962469 [2025-01-04 14:36:09] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-01-04 22:36:11.839105773 [2025-01-04 14:36:11] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-01-04 23:01:09.553052001 [2025-01-04 15:01:09] watchdog.front_yard INFO : front_yard exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.553982174 [2025-01-04 15:01:09] watchdog.front_yard INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.581857729 [2025-01-04 15:01:09] watchdog.north_side_house INFO : north_side_house exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.581862944 [2025-01-04 15:01:09] watchdog.north_side_house INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.612551869 [2025-01-04 15:01:09] watchdog.bar_deck INFO : bar_deck exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.612557703 [2025-01-04 15:01:09] watchdog.bar_deck INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.638536519 [2025-01-04 15:01:09] watchdog.family_room_patio INFO : family_room_patio exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.638923122 [2025-01-04 15:01:09] watchdog.family_room_patio INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.640739245 [2025-01-04 15:01:09] watchdog.south_side_house INFO : south_side_house exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.644531619 [2025-01-04 15:01:09] watchdog.backyard INFO : backyard exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.644974028 [2025-01-04 15:01:09] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.645316723 [2025-01-04 15:01:09] watchdog.south_side_house INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.667776958 [2025-01-04 15:01:09] watchdog.driveway INFO : driveway exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.670916296 [2025-01-04 15:01:09] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:09.675743521 [2025-01-04 15:01:09] watchdog.front_door INFO : front_door exceeded fps limit. Exiting ffmpeg...
2025-01-04 23:01:09.675749408 [2025-01-04 15:01:09] watchdog.front_door INFO : Waiting for ffmpeg to exit gracefully...
2025-01-04 23:01:25.767320777 [2025-01-04 15:01:25] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process.
2025-01-04 23:01:25.782164677 [2025-01-04 15:01:25] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:27.841425520 [2025-01-04 15:01:27] frigate.video ERROR : front_yard: Unable to read frames from ffmpeg process.
2025-01-04 23:01:27.866690073 [2025-01-04 15:01:27] frigate.video ERROR : front_yard: Unable to read frames from ffmpeg process.
2025-01-04 23:01:27.870083821 [2025-01-04 15:01:27] frigate.video ERROR : front_yard: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:30.787314400 [2025-01-04 15:01:30] frigate.video ERROR : driveway: Unable to read frames from ffmpeg process.
2025-01-04 23:01:30.819408569 [2025-01-04 15:01:30] frigate.video ERROR : driveway: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:31.328136919 [2025-01-04 15:01:31] frigate.video ERROR : north_side_house: Unable to read frames from ffmpeg process.
2025-01-04 23:01:31.336119167 [2025-01-04 15:01:31] frigate.video ERROR : north_side_house: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:33.611135723 [2025-01-04 15:01:33] frigate.video ERROR : south_side_house: Unable to read frames from ffmpeg process.
2025-01-04 23:01:33.619564620 [2025-01-04 15:01:33] frigate.video ERROR : south_side_house: Unable to read frames from ffmpeg process.
2025-01-04 23:01:33.619568898 [2025-01-04 15:01:33] frigate.video ERROR : south_side_house: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:36.291379353 [2025-01-04 15:01:36] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door.
2025-01-04 23:01:36.307654956 [2025-01-04 15:01:36] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:36.307663149 [2025-01-04 15:01:36] ffmpeg.front_door.detect ERROR : [out_0_0 @ 0x55d8f7a57dc0] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:36.307669273 [2025-01-04 15:01:36] ffmpeg.front_door.detect ERROR : [out_0_0 @ 0x55d8f7a57dc0] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:36.310749652 [2025-01-04 15:01:36] frigate.video ERROR : family_room_patio: Unable to read frames from ffmpeg process.
2025-01-04 23:01:36.312135392 [2025-01-04 15:01:36] frigate.video ERROR : bar_deck: Unable to read frames from ffmpeg process.
2025-01-04 23:01:36.315276016 [2025-01-04 15:01:36] frigate.video ERROR : family_room_patio: Unable to read frames from ffmpeg process.
2025-01-04 23:01:36.315794874 [2025-01-04 15:01:36] frigate.video ERROR : bar_deck: Unable to read frames from ffmpeg process.
2025-01-04 23:01:36.316067730 [2025-01-04 15:01:36] frigate.video ERROR : family_room_patio: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:36.316271842 [2025-01-04 15:01:36] frigate.video ERROR : bar_deck: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:37.888123113 [2025-01-04 15:01:37] watchdog.front_yard ERROR : Ffmpeg process crashed unexpectedly for front_yard.
2025-01-04 23:01:37.888667794 [2025-01-04 15:01:37] watchdog.front_yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:37.888851869 [2025-01-04 15:01:37] ffmpeg.front_yard.detect ERROR : [out_0_0 @ 0x55fa2a108480] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:37.888921230 [2025-01-04 15:01:37] ffmpeg.front_yard.detect ERROR : [out_0_0 @ 0x55fa2a108480] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:39.133624979 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 13 and discarding the rest...
2025-01-04 23:01:39.135780040 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 13 and discarding the rest...
2025-01-04 23:01:39.138078036 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 14 and discarding the rest...
2025-01-04 23:01:39.140348308 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 13 and discarding the rest...
2025-01-04 23:01:39.142443294 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 13 and discarding the rest...
2025-01-04 23:01:39.144462948 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_yard. Keeping the 6 most recent segments out of 13 and discarding the rest...
2025-01-04 23:01:39.146846094 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 12 and discarding the rest...
2025-01-04 23:01:39.149271240 [2025-01-04 15:01:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 13 and discarding the rest...
2025-01-04 23:01:39.683062784 [2025-01-04 15:01:39] watchdog.backyard INFO : FFmpeg did not exit. Force killing...
2025-01-04 23:01:39.942173489 [2025-01-04 15:01:39] frigate.video ERROR : backyard: Unable to read frames from ffmpeg process.
2025-01-04 23:01:39.944569011 [2025-01-04 15:01:39] frigate.video ERROR : backyard: Unable to read frames from ffmpeg process.
2025-01-04 23:01:39.945332350 [2025-01-04 15:01:39] frigate.video ERROR : backyard: Unable to read frames from ffmpeg process.
2025-01-04 23:01:39.945335082 [2025-01-04 15:01:39] frigate.video ERROR : backyard: ffmpeg process is not running. exiting capture thread...
2025-01-04 23:01:40.789914793 [2025-01-04 15:01:40] watchdog.driveway ERROR : Ffmpeg process crashed unexpectedly for driveway.
2025-01-04 23:01:40.790362086 [2025-01-04 15:01:40] watchdog.driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:40.790364949 [2025-01-04 15:01:40] ffmpeg.driveway.detect ERROR : [out_0_0 @ 0x557b494f0a00] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:40.790449972 [2025-01-04 15:01:40] ffmpeg.driveway.detect ERROR : [out_0_0 @ 0x557b494f0a00] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:41.333800235 [2025-01-04 15:01:41] watchdog.north_side_house ERROR : Ffmpeg process crashed unexpectedly for north_side_house.
2025-01-04 23:01:41.334267774 [2025-01-04 15:01:41] watchdog.north_side_house ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:41.334312280 [2025-01-04 15:01:41] ffmpeg.north_side_house.detect ERROR : [out_0_0 @ 0x56362e47b440] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:41.334569521 [2025-01-04 15:01:41] ffmpeg.north_side_house.detect ERROR : [out_0_0 @ 0x56362e47b440] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:43.614701048 [2025-01-04 15:01:43] watchdog.south_side_house ERROR : Ffmpeg process crashed unexpectedly for south_side_house.
2025-01-04 23:01:43.614705053 [2025-01-04 15:01:43] watchdog.south_side_house ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:43.614706733 [2025-01-04 15:01:43] ffmpeg.south_side_house.detect ERROR : [out_0_0 @ 0x55c76debe300] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:43.614708381 [2025-01-04 15:01:43] ffmpeg.south_side_house.detect ERROR : [out_0_0 @ 0x55c76debe300] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:45.134528290 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.135185755 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.135950980 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_yard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.136785721 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.137548937 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.138257582 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.139149473 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:45.139850585 [2025-01-04 15:01:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:46.341051762 [2025-01-04 15:01:46] watchdog.bar_deck ERROR : Ffmpeg process crashed unexpectedly for bar_deck.
2025-01-04 23:01:46.342126490 [2025-01-04 15:01:46] watchdog.family_room_patio ERROR : Ffmpeg process crashed unexpectedly for family_room_patio.
2025-01-04 23:01:46.342129571 [2025-01-04 15:01:46] watchdog.family_room_patio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:46.342131415 [2025-01-04 15:01:46] ffmpeg.family_room_patio.detect ERROR : [out_0_0 @ 0x5622141e6c80] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:46.342133290 [2025-01-04 15:01:46] ffmpeg.family_room_patio.detect ERROR : [out_0_0 @ 0x5622141e6c80] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:46.346845283 [2025-01-04 15:01:46] watchdog.bar_deck ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:46.347627431 [2025-01-04 15:01:46] ffmpeg.bar_deck.detect ERROR : [out_0_0 @ 0x555f99b3f080] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:46.347933430 [2025-01-04 15:01:46] ffmpeg.bar_deck.detect ERROR : [out_0_0 @ 0x555f99b3f080] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:49.956371167 [2025-01-04 15:01:49] watchdog.backyard ERROR : Ffmpeg process crashed unexpectedly for backyard.
2025-01-04 23:01:49.956563556 [2025-01-04 15:01:49] watchdog.backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-04 23:01:49.956728163 [2025-01-04 15:01:49] ffmpeg.backyard.detect ERROR : [out_0_0 @ 0x5638a6f34280] 100 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:49.956998294 [2025-01-04 15:01:49] ffmpeg.backyard.detect ERROR : [out_0_0 @ 0x5638a6f34280] 1000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:49.957002365 [2025-01-04 15:01:49] ffmpeg.backyard.detect ERROR : [out_0_0 @ 0x5638a6f34280] 10000 buffers queued in out_0_0, something may be wrong.
2025-01-04 23:01:50.139063076 [2025-01-04 15:01:50] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:50.139816106 [2025-01-04 15:01:50] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:50.140519098 [2025-01-04 15:01:50] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:50.141288683 [2025-01-04 15:01:50] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-04 23:01:50.141760744 [2025-01-04 15:01:50] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-04 23:01:55.186690075 [2025-01-04 15:01:55] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-04 23:01:55.188627973 [2025-01-04 15:01:55] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-04 23:01:55.189965551 [2025-01-04 15:01:55] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:12:52.343817478 [2025-01-04 16:12:52] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 7 and discarding the rest...
2025-01-05 00:12:57.334474208 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:12:57.335504230 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:12:57.336663918 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:12:57.337779415 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:12:57.339500135 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:12:57.343671836 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:12:57.344390761 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_yard. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:12:57.344396189 [2025-01-04 16:12:57] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:12:58.210800290 [2025-01-04 16:12:58] watchdog.front_yard INFO : No frames received from front_yard in 20 seconds. Exiting ffmpeg...
2025-01-05 00:12:58.211002755 [2025-01-04 16:12:58] watchdog.front_yard INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:12:58.239099071 [2025-01-04 16:12:58] frigate.video ERROR : front_yard: Unable to read frames from ffmpeg process.
2025-01-05 00:12:58.239103898 [2025-01-04 16:12:58] frigate.video ERROR : front_yard: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:00.558538380 [2025-01-04 16:13:00] watchdog.backyard INFO : No frames received from backyard in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:00.558772574 [2025-01-04 16:13:00] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:00.593619319 [2025-01-04 16:13:00] frigate.video ERROR : backyard: Unable to read frames from ffmpeg process.
2025-01-05 00:13:00.593987081 [2025-01-04 16:13:00] frigate.video ERROR : backyard: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:01.307614120 [2025-01-04 16:13:01] watchdog.driveway INFO : No frames received from driveway in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:01.307848618 [2025-01-04 16:13:01] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:01.346553927 [2025-01-04 16:13:01] frigate.video ERROR : driveway: Unable to read frames from ffmpeg process.
2025-01-05 00:13:01.346959127 [2025-01-04 16:13:01] frigate.video ERROR : driveway: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:01.751673855 [2025-01-04 16:13:01] watchdog.north_side_house INFO : No frames received from north_side_house in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:01.751900816 [2025-01-04 16:13:01] watchdog.north_side_house INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:01.803189569 [2025-01-04 16:13:01] frigate.video ERROR : north_side_house: Unable to read frames from ffmpeg process.
2025-01-05 00:13:01.804541428 [2025-01-04 16:13:01] frigate.video ERROR : north_side_house: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:02.350792138 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:02.351639117 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:02.352454032 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_yard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:02.353321511 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:02.353920810 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:02.354421234 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:02.355032335 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:02.355545729 [2025-01-04 16:13:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:04.141406256 [2025-01-04 16:13:04] watchdog.south_side_house INFO : No frames received from south_side_house in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:04.141594720 [2025-01-04 16:13:04] watchdog.south_side_house INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:04.204863136 [2025-01-04 16:13:04] frigate.video ERROR : south_side_house: Unable to read frames from ffmpeg process.
2025-01-05 00:13:04.205310564 [2025-01-04 16:13:04] frigate.video ERROR : south_side_house: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:06.754342123 [2025-01-04 16:13:06] watchdog.bar_deck INFO : No frames received from bar_deck in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:06.755177985 [2025-01-04 16:13:06] watchdog.bar_deck INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:06.755694329 [2025-01-04 16:13:06] watchdog.family_room_patio INFO : No frames received from family_room_patio in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:06.755956513 [2025-01-04 16:13:06] watchdog.family_room_patio INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:06.789912325 [2025-01-04 16:13:06] frigate.video ERROR : bar_deck: Unable to read frames from ffmpeg process.
2025-01-05 00:13:06.791132201 [2025-01-04 16:13:06] frigate.video ERROR : bar_deck: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:06.812159996 [2025-01-04 16:13:06] frigate.video ERROR : family_room_patio: Unable to read frames from ffmpeg process.
2025-01-05 00:13:06.812419335 [2025-01-04 16:13:06] frigate.video ERROR : family_room_patio: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:07.017790259 [2025-01-04 16:13:07] watchdog.front_door INFO : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2025-01-05 00:13:07.018021767 [2025-01-04 16:13:07] watchdog.front_door INFO : Waiting for ffmpeg to exit gracefully...
2025-01-05 00:13:07.036044847 [2025-01-04 16:13:07] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process.
2025-01-05 00:13:07.036219309 [2025-01-04 16:13:07] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread...
2025-01-05 00:13:07.352037820 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:07.353128702 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:07.354206704 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:07.355539701 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:07.356378403 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:07.357357130 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:07.357938354 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:07.358449903 [2025-01-04 16:13:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_yard. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:08.240023210 [2025-01-04 16:13:08] watchdog.front_yard ERROR : Ffmpeg process crashed unexpectedly for front_yard.
2025-01-05 00:13:08.240027227 [2025-01-04 16:13:08] watchdog.front_yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:10.597660804 [2025-01-04 16:13:10] watchdog.backyard ERROR : Ffmpeg process crashed unexpectedly for backyard.
2025-01-05 00:13:10.597873815 [2025-01-04 16:13:10] watchdog.backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:11.351616805 [2025-01-04 16:13:11] watchdog.driveway ERROR : Ffmpeg process crashed unexpectedly for driveway.
2025-01-05 00:13:11.351909608 [2025-01-04 16:13:11] watchdog.driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:11.808599330 [2025-01-04 16:13:11] watchdog.north_side_house ERROR : Ffmpeg process crashed unexpectedly for north_side_house.
2025-01-05 00:13:11.809260424 [2025-01-04 16:13:11] watchdog.north_side_house ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:12.358863773 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:12.359734113 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:12.360632246 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_yard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:12.361706730 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:12.362751130 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:12.363439271 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:12.363947554 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:12.364524815 [2025-01-04 16:13:12] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:14.209251415 [2025-01-04 16:13:14] watchdog.south_side_house ERROR : Ffmpeg process crashed unexpectedly for south_side_house.
2025-01-05 00:13:14.209479571 [2025-01-04 16:13:14] watchdog.south_side_house ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:16.794270255 [2025-01-04 16:13:16] watchdog.bar_deck ERROR : Ffmpeg process crashed unexpectedly for bar_deck.
2025-01-05 00:13:16.794602681 [2025-01-04 16:13:16] watchdog.bar_deck ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:16.815759491 [2025-01-04 16:13:16] watchdog.family_room_patio ERROR : Ffmpeg process crashed unexpectedly for family_room_patio.
2025-01-05 00:13:16.815771400 [2025-01-04 16:13:16] watchdog.family_room_patio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:17.058228307 [2025-01-04 16:13:17] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door.
2025-01-05 00:13:17.058755061 [2025-01-04 16:13:17] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-05 00:13:17.361167142 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for driveway. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:17.362167938 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for backyard. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:17.362948189 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:17.363678609 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:17.364535815 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:17.365119274 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for north_side_house. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:17.365701404 [2025-01-04 16:13:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:22.384572200 [2025-01-04 16:13:22] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for south_side_house. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:22.386354554 [2025-01-04 16:13:22] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for bar_deck. Keeping the 6 most recent segments out of 9 and discarding the rest...
2025-01-05 00:13:22.388271319 [2025-01-04 16:13:22] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 00:13:22.389589957 [2025-01-04 16:13:22] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for family_room_patio. Keeping the 6 most recent segments out of 8 and discarding the rest...
2025-01-05 01:07:07.928971943 [2025-01-04 17:07:07] frigate.api.media ERROR : No recordings found for south_side_house during the requested time range
2025-01-05 01:07:08.167528422 [2025-01-04 17:07:08] frigate.api.media ERROR : No recordings found for south_side_house during the requested time range
2025-01-05 01:07:09.225135286 [2025-01-04 17:07:09] frigate.api.media ERROR : No recordings found for south_side_house during the requested time range Relevant go2rtc log output2025-01-04 22:36:06.967312329 [INFO] Preparing new go2rtc config...
2025-01-04 22:36:07.006684548 [INFO] Got IP address from supervisor: 192.168.50.79
2025-01-04 22:36:07.043353541 [INFO] Got WebRTC port from supervisor: 8555
2025-01-04 22:36:07.442518072 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2025-01-04 22:36:07.482988316 [WARN] Using go2rtc binary from '/config/go2rtc' instead of the embedded one
2025-01-04 22:36:07.482992220 [INFO] Starting go2rtc...
2025-01-04 22:36:07.622647487 14:36:07.622 INF go2rtc platform=linux/amd64 revision=dbe9e4a version=1.9.7
2025-01-04 22:36:07.622650760 14:36:07.622 INF config path=/dev/shm/go2rtc.yaml
2025-01-04 22:36:07.623259105 14:36:07.623 INF [api] listen addr=:1984
2025-01-04 22:36:07.623261470 14:36:07.623 INF [rtsp] listen addr=:8554
2025-01-04 22:36:07.623597383 14:36:07.623 INF [webrtc] listen addr=:8555
2025-01-04 22:36:16.964362076 [INFO] Starting go2rtc healthcheck service... FFprobe output from your cameran/a Frigate statsNo response Install methodHassOS Addon docker-compose file or Docker CLI commandn/a Object DetectorCoral Network connectionWired Camera make and modelDahua Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
How do you have Frigate installed? |
Beta Was this translation helpful? Give feedback.
-
How is your NVR connected to your network? The |
Beta Was this translation helpful? Give feedback.
-
Its wired in with an ethernet cable |
Beta Was this translation helpful? Give feedback.
-
Tried another ethernet cable and plugged in directly to my router to eliminate any connection related issues but still same errors |
Beta Was this translation helpful? Give feedback.
I removed #backchannel=0#hardware and for the past ~12 hours no errors in the logs and the recordings are being created fine.. will mark this as a solution after a few days of testing to be certain.
Marking this as the answer, going on 24 hours+ without a hitch! Thanks for the help as always!