[Config Support]: Frigate w/ Coral stops detecting objects. #18428
-
Describe the problem you are havingAnywhere between 1-24 hours after my docker container for frigate is started, object detection stops completely. Continuous recordings still work, but no object detection. Also noticed that when this does happen, the Detector Inference Speed, Detector CPU Usage and Detector Memory Usage all report as 0%. When I check the logs, I see this message repeating several times All my cameras are UBNT cameras of various age, except for two (one is a Reolink, and hte other one is a Xiaomi Dafang running "Xiaomi-Dafang-Hacks" fw. My hardware is an Intel NUC (i5-1135G7), running Proxmox, with frigate as a Docker instance running on a Ubuntu VM. The iGPU is passed through, to this VM, along with the USB port to which the Coral is plugged in. The same VM also runs other things that use the GPU (i.e. Plex). Version0.15.0-6cb5cfb Frigate config filemqtt:
host: homeassistant.mydomain.com
port: 1883
topic_prefix: frigate
user: frigate_mqtt
password: password
stats_interval: 60
database:
path: /config/frigate.db
tls:
enabled: false
ffmpeg:
hwaccel_args: preset-vaapi
output_args:
record: preset-record-generic-audio-copy
record:
enabled: true
retain:
days: 3
mode: motion
alerts:
retain:
days: 14
detections:
retain:
days: 14
detectors:
coral:
type: edgetpu
device: usb
detect:
width: 640
height: 360
fps: 5
go2rtc:
streams:
NJ-Driveway:
- rtsp://username:[email protected]:554/s0
NJ-FrontPorch:
- rtsp://username:[email protected]:554/s0
NJ-Portable:
- rtsp://username:[email protected]:554/s0
Portable:
- rtsp://username:[email protected]:554/unicast
ServerCloset:
- rtsp://username:[email protected]:554/h264Preview_01_main
FrontPorch:
- rtsp://username:[email protected]:554/s0
Driveway:
- rtsp://username:[email protected]:554/s0
BackDeck:
- rtsp://username:[email protected]:554/s0
cameras:
NJ-Driveway:
ffmpeg:
output_args:
record: preset-record-ubiquiti
inputs:
- path: rtsp://username:[email protected]:554/s0 # 1920x1080, 30 fps stream for recordings
roles:
- record
- path: rtsp://username:[email protected]:554/s1 # 640x360, 5 fps stream for motion detect
roles:
- detect
record:
enabled: true
alerts:
retain: {}
pre_capture: 30
post_capture: 30
detections:
retain: {}
pre_capture: 30
post_capture: 30
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
objects:
track:
- person
- dog
- cat
- motorcycle
- car
filters:
person:
threshold: 0.75
motion:
mask: 0,0.213,0.094,0.071,0.23,0.236,0.379,0.205,1,0.208,1,0,0,0
NJ-FrontPorch:
ffmpeg:
output_args:
record: preset-record-ubiquiti
inputs:
- path: rtsp://username:[email protected]:554/s0 # 1920x1080, 30 fps stream for recordings
roles:
- record
- path: rtsp://username:[email protected]:554/s1 # 640x360, 5 fps stream for motion detect
roles:
- detect
record:
enabled: true
alerts:
retain: {}
pre_capture: 30
post_capture: 30
detections:
retain: {}
pre_capture: 30
post_capture: 30
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
objects:
track:
- person
- dog
- cat
- motorcycle
- car
filters:
person:
threshold: 0.75
motion:
mask:
- 0.84,0,0.838,0.584,1,0.981,0.993,0
- 0,0.945,0.238,0.621,0.222,0,0,0
NJ-Portable:
ffmpeg:
output_args:
record: preset-record-ubiquiti
inputs:
- path: rtsp://username:[email protected]:554/s0 # 1920x1080, 30 fps stream for recordings
roles:
- record
- path: rtsp://username:[email protected]:554/s1 # 640x360, 5 fps stream for motion detect
roles:
- detect
record:
enabled: true
alerts:
retain: {}
pre_capture: 30
post_capture: 30
detections:
retain: {}
pre_capture: 30
post_capture: 30
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
objects:
track:
- person
- cat
- dog
- car
motion:
mask: 0,0.129,0.991,0.162,1,0,0,0
# Trying to cut down on false positives
threshold: 20
Portable:
ffmpeg:
inputs:
- path: rtsp://username:[email protected]:554/unicast
record:
enabled: false
snapshots:
enabled: false
detect:
enabled: false
ServerCloset:
ffmpeg:
inputs:
- path: rtsp://username:[email protected]:554/h264Preview_01_sub
record:
enabled: false
snapshots:
enabled: false
detect:
enabled: false
FrontPorch:
ffmpeg:
output_args:
record: preset-record-ubiquiti
inputs:
- path: rtsp://username:[email protected]:554/s0 # 1920x1080, 30 fps stream for recordings
roles:
- record
- path: rtsp://username:[email protected]:554/s1 # 640x360, 5 fps stream for motion detect
roles:
- detect
record:
enabled: true
alerts:
retain: {}
pre_capture: 30
post_capture: 30
detections:
retain: {}
pre_capture: 30
post_capture: 30
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
objects:
track:
- person
- cat
- dog
- sheep
- cow
motion:
mask:
- 0.235,1,0,1,0,0,0.225,0
- 0.674,0,0.617,0.663,0.654,0.845,0.778,0
Driveway:
ffmpeg:
output_args:
record: preset-record-ubiquiti
inputs:
- path: rtsp://username:[email protected]:554/s0 # 1920x1080, 30 fps stream for recordings
roles:
- record
- path: rtsp://username:[email protected]:554/s1 # 640x360, 5 fps stream for motion detect
roles:
- detect
record:
enabled: true
alerts:
retain: {}
pre_capture: 30
post_capture: 30
detections:
retain: {}
pre_capture: 30
post_capture: 30
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
objects:
track:
- person
- cat
- dog
- sheep
- cow
- car
- bicycle
motion:
mask:
- 0,0.384,0.182,0.121,0.296,0,0,0
BackDeck:
ffmpeg:
output_args:
record: preset-record-ubiquiti
inputs:
- path: rtsp://username:[email protected]:554/s0 # 1920x1080, 30 fps stream for recordings
roles:
- record
- path: rtsp://username:[email protected]:554/s2 # 640x360, 5 fps stream for motion detect
roles:
- detect
record:
enabled: true
alerts:
retain: {}
pre_capture: 30
post_capture: 30
detections:
retain: {}
pre_capture: 30
post_capture: 30
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
detect:
enabled: true
objects:
track:
- person
- cat
- dog
- sheep
- cow
version: 0.15-1 Relevant Frigate log output2025-05-20 00:05:59.989561825 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x56c819a67240] DTS discontinuity in stream 0: packet 51 with DTS 77071579824513, packet 52 with DTS 77071579828189
2025-05-20 00:05:59.989563530 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x56c819a67240] DTS discontinuity in stream 0: packet 75 with DTS 77071579849470, packet 76 with DTS 77071579853791
2025-05-20 00:05:59.989565129 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x56c819a67240] DTS discontinuity in stream 0: packet 87 with DTS 77071579861619, packet 88 with DTS 77071579866032
2025-05-20 00:05:59.989566827 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x56c819a67240] DTS discontinuity in stream 0: packet 91 with DTS 77071579866034, packet 92 with DTS 77071579869728
2025-05-20 00:05:59.989568482 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x7268800460c0] Failed to sync surface 0x13: 1 (operation failed).
2025-05-20 00:05:59.989570077 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x726888003980] Failed to download frame: -5.
2025-05-20 00:05:59.989571629 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x56c819a7dc00] Error while filtering: Input/output error
2025-05-20 00:05:59.989573228 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x56c819a7dc00] Task finished with error code: -5 (Input/output error)
2025-05-20 00:05:59.989574848 [2025-05-20 00:05:59] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x56c819a7dc00] Terminating thread with return code -5 (Input/output error)
2025-05-20 00:06:26.123103877 [2025-05-20 00:06:26] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-05-20 00:06:26.123121133 [2025-05-20 00:06:26] root INFO : Waiting for detection process to exit gracefully...
2025-05-20 00:06:56.150277507 [2025-05-20 00:06:56] root INFO : Detection process didn't exit. Force killing...
2025-05-20 00:06:56.171580351 [2025-05-20 00:06:56] root INFO : Detection process has exited...
2025-05-20 00:06:56.193923379 [2025-05-20 00:06:56] detector.coral INFO : Starting detection process: 1178678
2025-05-20 00:06:58.943806558 [2025-05-20 00:06:56] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-05-20 00:06:58.950279373 [2025-05-20 00:06:58] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-05-20 00:08:36.185952541 [2025-05-20 00:08:36] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-05-20 00:08:36.186024288 [2025-05-20 00:08:36] root INFO : Waiting for detection process to exit gracefully...
2025-05-20 00:09:06.195764670 [2025-05-20 00:09:06] root INFO : Detection process didn't exit. Force killing...
2025-05-20 00:09:06.212882965 [2025-05-20 00:09:06] root INFO : Detection process has exited...
2025-05-20 00:09:06.243140412 [2025-05-20 00:09:06] detector.coral INFO : Starting detection process: 1179229
2025-05-20 00:09:08.999508097 [2025-05-20 00:09:06] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-05-20 00:09:09.006269287 [2025-05-20 00:09:08] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-05-20 00:11:47.681857368 [2025-05-20 00:11:47] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:11:47.682290610 [2025-05-20 00:11:47] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:11:50.020222880 [2025-05-20 00:11:50] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 00:11:50.020381072 [2025-05-20 00:11:50] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:11:50.020384404 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 26 with DTS 77071645529214, packet 27 with DTS 77071645536612
2025-05-20 00:11:50.020386273 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 38 with DTS 77071645540902, packet 39 with DTS 77071645545964
2025-05-20 00:11:50.020445090 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 54 with DTS 77071645557010, packet 55 with DTS 77071645561785
2025-05-20 00:11:50.020511723 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 58 with DTS 77071645561789, packet 59 with DTS 77071645565798
2025-05-20 00:11:50.020725280 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 62 with DTS 77071645565802, packet 63 with DTS 77071645569234
2025-05-20 00:11:50.020726863 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 74 with DTS 77071645577626, packet 75 with DTS 77071645582124
2025-05-20 00:11:50.020727953 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 78 with DTS 77071645582128, packet 79 with DTS 77071645586378
2025-05-20 00:11:50.020729077 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x570caebb2240] DTS discontinuity in stream 0: packet 82 with DTS 77071645586384, packet 83 with DTS 77071645589379
2025-05-20 00:11:50.020730142 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x742208046700] Failed to sync surface 0x14: 1 (operation failed).
2025-05-20 00:11:50.020731112 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x742218003980] Failed to download frame: -5.
2025-05-20 00:11:50.020732072 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x570caed32bc0] Error while filtering: Input/output error
2025-05-20 00:11:50.020733026 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x570caed32bc0] Task finished with error code: -5 (Input/output error)
2025-05-20 00:11:50.020734069 [2025-05-20 00:11:50] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x570caed32bc0] Terminating thread with return code -5 (Input/output error)
2025-05-20 00:16:56.290573468 [2025-05-20 00:16:56] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:16:56.290997923 [2025-05-20 00:16:56] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:17:00.047277370 [2025-05-20 00:17:00] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 00:17:00.047379887 [2025-05-20 00:17:00] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:17:00.047403939 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 7 with DTS 77071660949586, packet 8 with DTS 77071660956852
2025-05-20 00:17:00.047520137 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 15 with DTS 77071660958449, packet 16 with DTS 77071660971150
2025-05-20 00:17:00.047522134 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 71 with DTS 77071661015779, packet 72 with DTS 77071661020168
2025-05-20 00:17:00.047523713 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 75 with DTS 77071661020171, packet 76 with DTS 77071661024574
2025-05-20 00:17:00.047525115 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 79 with DTS 77071661024577, packet 80 with DTS 77071661028750
2025-05-20 00:17:00.047526637 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 83 with DTS 77071661028753, packet 84 with DTS 77071661031708
2025-05-20 00:17:00.047534371 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x604e3e0e3240] DTS discontinuity in stream 0: packet 87 with DTS 77071661031711, packet 88 with DTS 77071661036131
2025-05-20 00:17:00.047547556 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x7a7610070dc0] Failed to sync surface 0x14: 1 (operation failed).
2025-05-20 00:17:00.047640229 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x7a7618003980] Failed to download frame: -5.
2025-05-20 00:17:00.047643761 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x604e3e283100] Error while filtering: Input/output error
2025-05-20 00:17:00.047645737 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x604e3e283100] Task finished with error code: -5 (Input/output error)
2025-05-20 00:17:00.047647576 [2025-05-20 00:17:00] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x604e3e283100] Terminating thread with return code -5 (Input/output error)
2025-05-20 00:26:56.246851367 [2025-05-20 00:26:56] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-05-20 00:26:56.246875168 [2025-05-20 00:26:56] root INFO : Waiting for detection process to exit gracefully...
2025-05-20 00:27:26.276143909 [2025-05-20 00:27:26] root INFO : Detection process didn't exit. Force killing...
2025-05-20 00:27:26.296338218 [2025-05-20 00:27:26] root INFO : Detection process has exited...
2025-05-20 00:27:26.318934775 [2025-05-20 00:27:26] detector.coral INFO : Starting detection process: 1183906
2025-05-20 00:27:29.062511088 [2025-05-20 00:27:26] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-05-20 00:27:29.067147064 [2025-05-20 00:27:29] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-05-20 00:27:47.635992384 [2025-05-20 00:27:47] frigate.video ERROR : Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:27:47.636015079 [2025-05-20 00:27:47] frigate.video ERROR : Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:27:52.699236855 [2025-05-20 00:27:52] watchdog.Portable ERROR : Ffmpeg process crashed unexpectedly for Portable.
2025-05-20 00:27:52.701755330 [2025-05-20 00:27:52] watchdog.Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:27:52.701759752 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [mp3float @ 0x633d654cfb40] Header missing
2025-05-20 00:27:52.701761381 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] Increasing reorder buffer to 1
2025-05-20 00:27:52.701762891 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] Increasing reorder buffer to 5
2025-05-20 00:27:52.701764273 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] Increasing reorder buffer to 15
2025-05-20 00:27:52.701765820 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] Failed to allocate a vaapi/nv12 frame from a fixed pool of hardware frames.
2025-05-20 00:27:52.701767413 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] Consider setting extra_hw_frames to a larger value (currently set to -1, giving a pool size of 22).
2025-05-20 00:27:52.701768757 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] get_buffer() failed
2025-05-20 00:27:52.701770047 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] thread_get_buffer() failed
2025-05-20 00:27:52.701771319 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] decode_slice_header error
2025-05-20 00:27:52.701772607 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] no frame!
2025-05-20 00:27:52.701774166 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [vist#0:0/h264 @ 0x633d654ea080] [dec:h264 @ 0x633d654ea7c0] Error submitting packet to decoder: Invalid data found when processing input
2025-05-20 00:27:52.701928862 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] Missing reference picture, default is 0
2025-05-20 00:27:52.701930411 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] decode_slice_header error
2025-05-20 00:27:52.701931879 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] Failed to upload decode parameters: 18 (invalid parameter).
2025-05-20 00:27:52.701933239 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] Failed to end picture decode after error: 18 (invalid parameter).
2025-05-20 00:27:52.701934547 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d65879e00] hardware accelerator failed to decode picture
2025-05-20 00:27:52.701936149 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [vist#0:0/h264 @ 0x633d654ea080] [dec:h264 @ 0x633d654ea7c0] Error submitting packet to decoder: Input/output error
2025-05-20 00:27:52.701937403 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] get_buffer() failed
2025-05-20 00:27:52.701938818 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] thread_get_buffer() failed
2025-05-20 00:27:52.702291681 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] decode_slice_header error
2025-05-20 00:27:52.702294622 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] no frame!
2025-05-20 00:27:52.702296604 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [vist#0:0/h264 @ 0x633d654ea080] [dec:h264 @ 0x633d654ea7c0] Error submitting packet to decoder: Invalid data found when processing input
2025-05-20 00:27:52.702298013 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] get_buffer() failed
2025-05-20 00:27:52.702299383 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] thread_get_buffer() failed
2025-05-20 00:27:52.702300856 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] decode_slice_header error
2025-05-20 00:27:52.702302230 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [h264 @ 0x633d655d9340] no frame!
2025-05-20 00:27:52.702304163 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [vist#0:0/h264 @ 0x633d654ea080] [dec:h264 @ 0x633d654ea7c0] Error submitting packet to decoder: Invalid data found when processing input
2025-05-20 00:27:52.702305592 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [rtsp @ 0x633d654bf240] CSeq 170 expected, 0 received.
2025-05-20 00:27:52.702306892 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : Last message repeated 1 times
2025-05-20 00:27:52.702308349 [2025-05-20 00:27:52] ffmpeg.Portable.detect ERROR : [in#0/rtsp @ 0x633d654bef40] Error during demuxing: Connection timed out
2025-05-20 00:30:57.492205046 [2025-05-20 00:30:57] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:30:57.492296270 [2025-05-20 00:30:57] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:31:00.094345702 [2025-05-20 00:31:00] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 00:31:00.094426509 [2025-05-20 00:31:00] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:31:00.094428548 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5ec8cf999240] DTS discontinuity in stream 0: packet 15 with DTS 77071674611713, packet 16 with DTS 77071674622714
2025-05-20 00:31:00.094458144 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5ec8cf999240] DTS discontinuity in stream 0: packet 27 with DTS 77071674623400, packet 28 with DTS 77071674626394
2025-05-20 00:31:00.094533334 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5ec8cf999240] DTS discontinuity in stream 0: packet 55 with DTS 77071674651639, packet 56 with DTS 77071674662326
2025-05-20 00:31:00.094535082 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5ec8cf999240] DTS discontinuity in stream 0: packet 67 with DTS 77071674664646, packet 68 with DTS 77071674676881
2025-05-20 00:31:00.094541552 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x74d7b4047b00] Failed to sync surface 0x15: 1 (operation failed).
2025-05-20 00:31:00.094592459 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x74d7c0003980] Failed to download frame: -5.
2025-05-20 00:31:00.094595432 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5ec8cfa64640] Error while filtering: Input/output error
2025-05-20 00:31:00.094662440 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5ec8cfa64640] Task finished with error code: -5 (Input/output error)
2025-05-20 00:31:00.094680017 [2025-05-20 00:31:00] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5ec8cfa64640] Terminating thread with return code -5 (Input/output error)
2025-05-20 00:34:10.183706445 [2025-05-20 00:34:10] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:34:10.183727372 [2025-05-20 00:34:10] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:34:20.125868450 [2025-05-20 00:34:20] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 00:34:20.133989832 [2025-05-20 00:34:20] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:34:20.134034866 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 19 with DTS 77071711663219, packet 20 with DTS 77071711667593
2025-05-20 00:34:20.134063696 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 35 with DTS 77071711679975, packet 36 with DTS 77071711684357
2025-05-20 00:34:20.134090878 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 46 with DTS 77071711690922, packet 47 with DTS 77071711693187
2025-05-20 00:34:20.134566972 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 51 with DTS 77071711695381, packet 52 with DTS 77071711699851
2025-05-20 00:34:20.134605325 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 55 with DTS 77071711699853, packet 56 with DTS 77071711704414
2025-05-20 00:34:20.134635581 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 67 with DTS 77071711711712, packet 68 with DTS 77071711716118
2025-05-20 00:34:20.134665405 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 71 with DTS 77071711716121, packet 72 with DTS 77071711720525
2025-05-20 00:34:20.134694136 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 75 with DTS 77071711720528, packet 76 with DTS 77071711725282
2025-05-20 00:34:20.134724959 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 79 with DTS 77071711725285, packet 80 with DTS 77071711728497
2025-05-20 00:34:20.134766687 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 83 with DTS 77071711728499, packet 84 with DTS 77071711732174
2025-05-20 00:34:20.134795345 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5eff8bdc3240] DTS discontinuity in stream 0: packet 91 with DTS 77071711737274, packet 92 with DTS 77071711748406
2025-05-20 00:34:20.134826680 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x7dc558077f80] Failed to sync surface 0x12: 1 (operation failed).
2025-05-20 00:34:20.134853926 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x7dc574003980] Failed to download frame: -5.
2025-05-20 00:34:20.134893092 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5eff8bf599c0] Error while filtering: Input/output error
2025-05-20 00:34:20.134921925 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5eff8bf599c0] Task finished with error code: -5 (Input/output error)
2025-05-20 00:34:20.134955745 [2025-05-20 00:34:20] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5eff8bf599c0] Terminating thread with return code -5 (Input/output error)
2025-05-20 00:41:27.730455899 [2025-05-20 00:41:27] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:41:27.730471591 [2025-05-20 00:41:27] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:41:30.162688112 [2025-05-20 00:41:30] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 00:41:30.162691257 [2025-05-20 00:41:30] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:41:30.162707957 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 3 with DTS 77071720466264, packet 4 with DTS 77071720469062
2025-05-20 00:41:30.162718715 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 15 with DTS 77071720477207, packet 16 with DTS 77071720482094
2025-05-20 00:41:30.162825285 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 23 with DTS 77071720485097, packet 24 with DTS 77071720489033
2025-05-20 00:41:30.162828331 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 35 with DTS 77071720497915, packet 36 with DTS 77071720502121
2025-05-20 00:41:30.162830255 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 51 with DTS 77071720514760, packet 52 with DTS 77071720519097
2025-05-20 00:41:30.162832205 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 55 with DTS 77071720519100, packet 56 with DTS 77071720521760
2025-05-20 00:41:30.162833704 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 71 with DTS 77071720535033, packet 72 with DTS 77071720538493
2025-05-20 00:41:30.162835838 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 79 with DTS 77071720542995, packet 80 with DTS 77071720546246
2025-05-20 00:41:30.162851000 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x59b765185240] DTS discontinuity in stream 0: packet 91 with DTS 77071720556608, packet 92 with DTS 77071720559465
2025-05-20 00:41:30.162852514 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x79b958046300] Failed to sync surface 0x12: 1 (operation failed).
2025-05-20 00:41:30.162861449 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x79b968003980] Failed to download frame: -5.
2025-05-20 00:41:30.162876812 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x59b765338040] Error while filtering: Input/output error
2025-05-20 00:41:30.162899135 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x59b765338040] Task finished with error code: -5 (Input/output error)
2025-05-20 00:41:30.162905669 [2025-05-20 00:41:30] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x59b765338040] Terminating thread with return code -5 (Input/output error)
2025-05-20 00:52:32.297028346 [2025-05-20 00:52:32] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 00:52:32.297057001 [2025-05-20 00:52:32] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 00:52:40.213022294 [2025-05-20 00:52:40] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 00:52:40.213040619 [2025-05-20 00:52:40] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 00:52:40.213065704 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 3 with DTS 77071739431357, packet 4 with DTS 77071739434405
2025-05-20 00:52:40.213073474 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 19 with DTS 77071739446425, packet 20 with DTS 77071739450847
2025-05-20 00:52:40.213110876 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 23 with DTS 77071739450850, packet 24 with DTS 77071739453340
2025-05-20 00:52:40.213114525 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 35 with DTS 77071739462314, packet 36 with DTS 77071739467492
2025-05-20 00:52:40.213136187 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 55 with DTS 77071739482897, packet 56 with DTS 77071739487268
2025-05-20 00:52:40.213148696 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 59 with DTS 77071739487270, packet 60 with DTS 77071739490443
2025-05-20 00:52:40.213163816 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 67 with DTS 77071739494819, packet 68 with DTS 77071739499216
2025-05-20 00:52:40.213178777 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 71 with DTS 77071739499220, packet 72 with DTS 77071739502555
2025-05-20 00:52:40.213194130 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 83 with DTS 77071739512150, packet 84 with DTS 77071739515183
2025-05-20 00:52:40.213209278 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 87 with DTS 77071739515185, packet 88 with DTS 77071739520868
2025-05-20 00:52:40.213224492 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 91 with DTS 77071739520871, packet 92 with DTS 77071739525085
2025-05-20 00:52:40.213240938 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x5d2d48fac240] DTS discontinuity in stream 0: packet 95 with DTS 77071739525090, packet 96 with DTS 77071739530149
2025-05-20 00:52:40.213256945 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x75eda0078480] Failed to sync surface 0xb: 1 (operation failed).
2025-05-20 00:52:40.213272345 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x75edb0003980] Failed to download frame: -5.
2025-05-20 00:52:40.213287590 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5d2d48fc2c00] Error while filtering: Input/output error
2025-05-20 00:52:40.213302840 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5d2d48fc2c00] Task finished with error code: -5 (Input/output error)
2025-05-20 00:52:40.213319020 [2025-05-20 00:52:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x5d2d48fc2c00] Terminating thread with return code -5 (Input/output error)
2025-05-20 01:01:22.913877170 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914163642 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914166406 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914167893 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914169213 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914170536 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914171730 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914321156 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914376449 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914418614 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914467808 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914503374 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914541705 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914569441 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914627033 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914628732 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914666224 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914693174 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914870566 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914872455 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914873887 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:01:22.914875329 [2025-05-20 01:01:22] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 01:01:30.255101807 [2025-05-20 01:01:30] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 01:01:30.255505249 [2025-05-20 01:01:30] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 01:01:30.255508497 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 14 with DTS 77071768995236, packet 15 with DTS 77071768999684
2025-05-20 01:01:30.255510251 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 18 with DTS 77071768999686, packet 19 with DTS 77071769002330
2025-05-20 01:01:30.255511637 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 26 with DTS 77071769006743, packet 27 with DTS 77071769010736
2025-05-20 01:01:30.255513109 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 50 with DTS 77071769031526, packet 51 with DTS 77071769034926
2025-05-20 01:01:30.255514417 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 54 with DTS 77071769035943, packet 55 with DTS 77071769041169
2025-05-20 01:01:30.255515866 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 58 with DTS 77071769041171, packet 59 with DTS 77071769043199
2025-05-20 01:01:30.255517430 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 70 with DTS 77071769052115, packet 71 with DTS 77071769056119
2025-05-20 01:01:30.255519103 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 74 with DTS 77071769056122, packet 75 with DTS 77071769059658
2025-05-20 01:01:30.255520594 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 82 with DTS 77071769064027, packet 83 with DTS 77071769068431
2025-05-20 01:01:30.255522119 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x63d0a8dd2240] DTS discontinuity in stream 0: packet 86 with DTS 77071769068434, packet 87 with DTS 77071769071852
2025-05-20 01:01:30.255523469 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x7dc0a804cf00] Failed to sync surface 0xa: 1 (operation failed).
2025-05-20 01:01:30.255525002 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x7dc0c8003980] Failed to download frame: -5.
2025-05-20 01:01:30.255526410 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x63d0a8de8c00] Error while filtering: Input/output error
2025-05-20 01:01:30.255527719 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x63d0a8de8c00] Task finished with error code: -5 (Input/output error)
2025-05-20 01:01:30.255529168 [2025-05-20 01:01:30] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x63d0a8de8c00] Terminating thread with return code -5 (Input/output error)
2025-05-20 01:18:32.815656345 [2025-05-20 01:18:32] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:18:32.815660012 [2025-05-20 01:18:32] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 01:18:40.310340624 [2025-05-20 01:18:40] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 01:18:40.310373143 [2025-05-20 01:18:40] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 01:18:40.310375088 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x601c2facc240] DTS discontinuity in stream 0: packet 35 with DTS 77071792387108, packet 36 with DTS 77071792390600
2025-05-20 01:18:40.310390488 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x601c2facc240] DTS discontinuity in stream 0: packet 55 with DTS 77071792407521, packet 56 with DTS 77071792412650
2025-05-20 01:18:40.310473923 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x601c2facc240] DTS discontinuity in stream 0: packet 71 with DTS 77071792424122, packet 72 with DTS 77071792428572
2025-05-20 01:18:40.310495321 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x601c2facc240] DTS discontinuity in stream 0: packet 75 with DTS 77071792428575, packet 76 with DTS 77071792432044
2025-05-20 01:18:40.310497092 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x601c2facc240] DTS discontinuity in stream 0: packet 87 with DTS 77071792439968, packet 88 with DTS 77071792447010
2025-05-20 01:18:40.310498648 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x601c2facc240] DTS discontinuity in stream 0: packet 95 with DTS 77071792448868, packet 96 with DTS 77071792452382
2025-05-20 01:18:40.310500102 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x787074070740] Failed to sync surface 0x15: 1 (operation failed).
2025-05-20 01:18:40.310508769 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x787080003980] Failed to download frame: -5.
2025-05-20 01:18:40.310509950 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x601c2fb1f000] Error while filtering: Input/output error
2025-05-20 01:18:40.310511317 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x601c2fb1f000] Task finished with error code: -5 (Input/output error)
2025-05-20 01:18:40.310549377 [2025-05-20 01:18:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x601c2fb1f000] Terminating thread with return code -5 (Input/output error)
2025-05-20 01:22:26.957904685 [2025-05-20 01:22:26] frigate.video ERROR : NJ-Driveway: Unable to read frames from ffmpeg process.
2025-05-20 01:22:26.958219683 [2025-05-20 01:22:26] frigate.video ERROR : NJ-Driveway: ffmpeg process is not running. exiting capture thread...
2025-05-20 01:22:34.291876761 [2025-05-20 01:22:34] watchdog.NJ-Driveway ERROR : Ffmpeg process crashed unexpectedly for NJ-Driveway.
2025-05-20 01:22:34.291881502 [2025-05-20 01:22:34] watchdog.NJ-Driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 01:22:34.291883163 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 3 with DTS 83878883848794, packet 4 with DTS 83878883851056
2025-05-20 01:22:34.291884849 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 19 with DTS 83878883863872, packet 20 with DTS 83878883867198
2025-05-20 01:22:34.291886559 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 35 with DTS 83878883879861, packet 36 with DTS 83878883884329
2025-05-20 01:22:34.291902334 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 51 with DTS 83878883896760, packet 52 with DTS 83878883900360
2025-05-20 01:22:34.291903989 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 147 with DTS 83878883995070, packet 148 with DTS 83878883998254
2025-05-20 01:22:34.291938444 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 163 with DTS 83878884011054, packet 164 with DTS 83878884015861
2025-05-20 01:22:34.291949825 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 171 with DTS 83878884019069, packet 172 with DTS 83878884023872
2025-05-20 01:22:34.291995965 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 175 with DTS 83878884023875, packet 176 with DTS 83878884027091
2025-05-20 01:22:34.292045732 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 179 with DTS 83878884027094, packet 180 with DTS 83878884031870
2025-05-20 01:22:34.292095602 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 183 with DTS 83878884031874, packet 184 with DTS 83878884035203
2025-05-20 01:22:34.292256108 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [rtsp @ 0x58dc3fb78240] DTS discontinuity in stream 0: packet 211 with DTS 83878884060355, packet 212 with DTS 83878884063841
2025-05-20 01:22:34.292258589 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [AVHWFramesContext @ 0x774bd8051480] Failed to sync surface 0xc: 1 (operation failed).
2025-05-20 01:22:34.292260187 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [hwdownload @ 0x774bdc003980] Failed to download frame: -5.
2025-05-20 01:22:34.292262116 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [vf#0:0 @ 0x58dc3fc10d00] Error while filtering: Input/output error
2025-05-20 01:22:34.292263565 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [vf#0:0 @ 0x58dc3fc10d00] Task finished with error code: -5 (Input/output error)
2025-05-20 01:22:34.292265214 [2025-05-20 01:22:34] ffmpeg.NJ-Driveway.detect ERROR : [vf#0:0 @ 0x58dc3fc10d00] Terminating thread with return code -5 (Input/output error)
2025-05-20 01:24:37.176126240 [2025-05-20 01:24:37] frigate.video ERROR : Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:24:37.176178652 [2025-05-20 01:24:37] frigate.video ERROR : Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 01:24:42.778718678 [2025-05-20 01:24:42] watchdog.Portable ERROR : Ffmpeg process crashed unexpectedly for Portable.
2025-05-20 01:24:42.778781465 [2025-05-20 01:24:42] watchdog.Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 01:24:42.778800230 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [mp3float @ 0x58831e173b40] Header missing
2025-05-20 01:24:42.778909770 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e30f9c0] Increasing reorder buffer to 4
2025-05-20 01:24:42.778913086 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e30f9c0] Increasing reorder buffer to 6
2025-05-20 01:24:42.778914853 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e40ec80] Increasing reorder buffer to 8
2025-05-20 01:24:42.778924702 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e40ec80] Increasing reorder buffer to 9
2025-05-20 01:24:42.778954780 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e30f9c0] Increasing reorder buffer to 11
2025-05-20 01:24:42.779006237 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e40ec80] Increasing reorder buffer to 12
2025-05-20 01:24:42.779015419 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [h264 @ 0x58831e30f9c0] Increasing reorder buffer to 13
2025-05-20 01:24:42.779060559 [2025-05-20 01:24:42] ffmpeg.Portable.detect ERROR : [in#0/rtsp @ 0x58831e162f40] Error during demuxing: Connection timed out
2025-05-20 01:32:46.389324085 [2025-05-20 01:32:46] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-05-20 01:32:46.389341241 [2025-05-20 01:32:46] root INFO : Waiting for detection process to exit gracefully...
2025-05-20 01:33:16.419598687 [2025-05-20 01:33:16] root INFO : Detection process didn't exit. Force killing...
2025-05-20 01:33:16.436734309 [2025-05-20 01:33:16] root INFO : Detection process has exited...
2025-05-20 01:33:16.459035568 [2025-05-20 01:33:16] detector.coral INFO : Starting detection process: 1200684
2025-05-20 01:33:19.205850361 [2025-05-20 01:33:16] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-05-20 01:33:19.210798257 [2025-05-20 01:33:19] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-05-20 01:36:36.108063322 [2025-05-20 01:36:36] frigate.video ERROR : NJ-Portable: Unable to read frames from ffmpeg process.
2025-05-20 01:36:36.108116732 [2025-05-20 01:36:36] frigate.video ERROR : NJ-Portable: ffmpeg process is not running. exiting capture thread...
2025-05-20 01:36:40.368383467 [2025-05-20 01:36:40] watchdog.NJ-Portable ERROR : Ffmpeg process crashed unexpectedly for NJ-Portable.
2025-05-20 01:36:40.368410538 [2025-05-20 01:36:40] watchdog.NJ-Portable ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-05-20 01:36:40.368448387 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 27 with DTS 77071837823951, packet 28 with DTS 77071837828382
2025-05-20 01:36:40.368476705 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 31 with DTS 77071837828384, packet 32 with DTS 77071837832803
2025-05-20 01:36:40.368504421 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 35 with DTS 77071837832807, packet 36 with DTS 77071837837215
2025-05-20 01:36:40.368531082 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 39 with DTS 77071837837218, packet 40 with DTS 77071837841031
2025-05-20 01:36:40.368557897 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 47 with DTS 77071837844189, packet 48 with DTS 77071837848626
2025-05-20 01:36:40.368583940 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 51 with DTS 77071837848628, packet 52 with DTS 77071837852750
2025-05-20 01:36:40.368609746 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 55 with DTS 77071837852752, packet 56 with DTS 77071837857223
2025-05-20 01:36:40.368634749 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 59 with DTS 77071837857225, packet 60 with DTS 77071837861029
2025-05-20 01:36:40.368660202 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 71 with DTS 77071837869832, packet 72 with DTS 77071837874266
2025-05-20 01:36:40.368685192 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 75 with DTS 77071837874269, packet 76 with DTS 77071837878656
2025-05-20 01:36:40.368710265 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 79 with DTS 77071837878659, packet 80 with DTS 77071837882108
2025-05-20 01:36:40.368745382 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [rtsp @ 0x6446bb94b240] DTS discontinuity in stream 0: packet 99 with DTS 77071837898977, packet 100 with DTS 77071837901572
2025-05-20 01:36:40.368781261 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [AVHWFramesContext @ 0x723828049280] Failed to sync surface 0x14: 1 (operation failed).
2025-05-20 01:36:40.368807998 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [hwdownload @ 0x723838003980] Failed to download frame: -5.
2025-05-20 01:36:40.368834086 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x6446bb9e3d80] Error while filtering: Input/output error
2025-05-20 01:36:40.368861073 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x6446bb9e3d80] Task finished with error code: -5 (Input/output error)
2025-05-20 01:36:40.368887292 [2025-05-20 01:36:40] ffmpeg.NJ-Portable.detect ERROR : [vf#0:0 @ 0x6446bb9e3d80] Terminating thread with return code -5 (Input/output error)
2025-05-20 01:40:46.470643101 [2025-05-20 01:40:46] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-05-20 01:40:46.470666580 [2025-05-20 01:40:46] root INFO : Waiting for detection process to exit gracefully...
2025-05-20 01:41:16.499999476 [2025-05-20 01:41:16] root INFO : Detection process didn't exit. Force killing...
2025-05-20 01:41:16.514128425 [2025-05-20 01:41:16] root INFO : Detection process has exited...
2025-05-20 01:41:16.536169289 [2025-05-20 01:41:16] detector.coral INFO : Starting detection process: 1202746
2025-05-20 01:41:19.284807031 [2025-05-20 01:41:16] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-05-20 01:41:19.289554698 [2025-05-20 01:41:19] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found Relevant go2rtc log outputn/a Frigate stats{"cameras":{"NJ-Driveway":{"camera_fps":5.0,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.5,"detection_enabled":true,"pid":393,"capture_pid":488,"ffmpeg_pid":494,"audio_rms":0.0,"audio_dBFS":0.0},"NJ-FrontPorch":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":401,"capture_pid":491,"ffmpeg_pid":497,"audio_rms":0.0,"audio_dBFS":0.0},"NJ-Portable":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":405,"capture_pid":496,"ffmpeg_pid":6137,"audio_rms":0.0,"audio_dBFS":0.0},"Portable":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":false,"pid":422,"capture_pid":516,"ffmpeg_pid":525,"audio_rms":0.0,"audio_dBFS":0.0},"ServerCloset":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":false,"pid":432,"capture_pid":527,"ffmpeg_pid":539,"audio_rms":0.0,"audio_dBFS":0.0},"FrontPorch":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":444,"capture_pid":532,"ffmpeg_pid":545,"audio_rms":0.0,"audio_dBFS":0.0},"Driveway":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":4.7,"detection_enabled":true,"pid":455,"capture_pid":543,"ffmpeg_pid":562,"audio_rms":0.0,"audio_dBFS":0.0},"BackDeck":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":466,"capture_pid":554,"ffmpeg_pid":566,"audio_rms":0.0,"audio_dBFS":0.0}},"detectors":{"coral":{"inference_speed":17.93,"detection_start":0.0,"pid":355}},"detection_fps":5.2,"gpu_usages":{"intel-vaapi":{"gpu":"1.66%","mem":"-%","clients":{"566":"24.69%","525":"21.0%","494":"1.15%","497":"0.78%","539":"1.44%","545":"0.92%","562":"0.54%","6137":"1.89%"}}},"cpu_usages":{"frigate.full_system":{"cpu":"15.9","mem":"32.1"},"1":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service"},"15":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6-linux-init-shutdownd"},"17":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B"},"24":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx"},"25":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-log"},"26":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-healthcheck"},"27":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync-log"},"28":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-fdholder"},"29":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate-log"},"30":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc"},"31":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync"},"32":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate"},"33":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx-log"},"34":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-oneshot-runner"},"45":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules"},"46":{"cpu":"0.0","cpu_average":"0","mem":"0.0","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 ../.. --"},"87":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate"},"88":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx"},"89":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"},"90":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync"},"98":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml"},"121":{"cpu":"3.5","cpu_average":"5","mem":"1.6","cmdline":"python3 -u -m frigate"},"124":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user go2rtc-healthcheck"},"130":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: master process nginx"},"161":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"162":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"163":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"164":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"165":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: cache manager process"},"312":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user certsync"},"330":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 9999"},"339":{"cpu":"2.6","cpu_average":"2","mem":"0.7","cmdline":"frigate.recording_manager"},"348":{"cpu":"0.8","cpu_average":"0","mem":"0.6","cmdline":"frigate.review_segment_manager"},"355":{"cpu":"5.8","cpu_average":"8","mem":"0.7","cmdline":"frigate.detector.coral"},"374":{"cpu":"2.2","cpu_average":"2","mem":"0.6","cmdline":"frigate.output "},"379":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"393":{"cpu":"0.9","cpu_average":"1","mem":"0.7","cmdline":"frigate.process:NJ-Driveway"},"401":{"cpu":"0.8","cpu_average":"1","mem":"0.6","cmdline":"frigate.process:NJ-FrontPorch"},"402":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"405":{"cpu":"0.8","cpu_average":"0","mem":"0.7","cmdline":"frigate.process:NJ-Portable"},"422":{"cpu":"0.8","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:Portable"},"432":{"cpu":"0.8","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:ServerCloset"},"433":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"444":{"cpu":"0.9","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:FrontPorch"},"455":{"cpu":"1.5","cpu_average":"1","mem":"0.7","cmdline":"frigate.process:Driveway"},"458":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"466":{"cpu":"0.8","cpu_average":"0","mem":"0.7","cmdline":"frigate.process:BackDeck"},"474":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"488":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:NJ-Driveway"},"491":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:NJ-FrontPorch"},"494":{"cpu":"0.8","cpu_average":"0","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.40.240:554/s1 -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"495":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"496":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:NJ-Portable"},"497":{"cpu":"0.7","cpu_average":"0","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.40.239:554/s1 -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"511":{"cpu":"1.6","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.40.240:554/s0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/NJ-Driveway@%Y%m%d%H%M%S%z.mp4"},"512":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"515":{"cpu":"1.9","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.40.239:554/s0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/NJ-FrontPorch@%Y%m%d%H%M%S%z.mp4"},"516":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:Portable"},"525":{"cpu":"1.8","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.13.32.243:554/unicast -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"526":{"cpu":"2.1","cpu_average":"2","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.40.238:554/s0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/NJ-Portable@%Y%m%d%H%M%S%z.mp4"},"527":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:ServerCloset"},"529":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"532":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:FrontPorch"},"539":{"cpu":"1.0","cpu_average":"0","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.239:554/h264Preview_01_sub -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"542":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"543":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:Driveway"},"545":{"cpu":"0.8","cpu_average":"0","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.241:554/s1 -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"554":{"cpu":"0.3","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:BackDeck"},"559":{"cpu":"1.7","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.241:554/s0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/FrontPorch@%Y%m%d%H%M%S%z.mp4"},"562":{"cpu":"0.7","cpu_average":"0","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.240:554/s1 -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"566":{"cpu":"1.6","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.242:554/s2 -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"570":{"cpu":"1.5","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.240:554/s0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/Driveway@%Y%m%d%H%M%S%z.mp4"},"571":{"cpu":"1.3","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.50.242:554/s0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/BackDeck@%Y%m%d%H%M%S%z.mp4"},"6137":{"cpu":"1.0","cpu_average":"0","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/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.15.0-6cb5cfb -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.40.238:554/s1 -r 5 -vf fps=5,scale_vaapi=w=640:h=360,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"6627":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 30s"}},"service":{"uptime":1257,"version":"0.15.0-6cb5cfb","latest_version":"0.15.1","storage":{"/media/frigate/recordings":{"total":32938721.3,"used":14253386.7,"free":18685334.5,"mount_type":"cifs"},"/media/frigate/clips":{"total":32938721.3,"used":14253386.7,"free":18685334.5,"mount_type":"cifs"},"/tmp/cache":{"total":953.7,"used":28.4,"free":925.3,"mount_type":"tmpfs"},"/dev/shm":{"total":256.0,"used":115.7,"free":140.3,"mount_type":"tmpfs"}},"temperatures":{},"last_updated":1748353740},"processes":{"recording":{"pid":339},"review_segment":{"pid":348},"go2rtc":{"pid":98}}} Operating systemOther Linux Install methodDocker Compose docker-compose file or Docker CLI commandversion: '3.9'
services:
frigate:
container_name: frigate
privileged: true # needed for iGPU integration
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: 256mb # optimised for 8-ish cams at 720p
cap_add:
- CAP_PERFMON
devices:
- /dev/bus/usb/003/002
- /dev/dri/renderD128
volumes:
- /etc/localtime:/etc/localtime:ro
- /home/svc-docker/frigate/frigate-config.yaml:/config/config.yml:ro
- /mnt/frigate-nvr:/media/frigate
- /home/svc-docker/frigate/config:/config
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- '127.0.0.1:5000:5000'
environment:
FRIGATE_RTSP_PASSWORD: 'secret'
networks:
- nginx_proxy_manager
networks:
nginx_proxy_manager:
external: true Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulI have tried changing out the USB cable to my coral already with two different cables, and also tried switching USB ports. Neither has helped. Hardware info below:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
looks like there are a lot of decoding errors, you likely need to use QSV instead of vaapi |
Beta Was this translation helpful? Give feedback.
-
I think I've made some progress here... since I've basically eliminated everything I decided to focus on my hypervisor layer (Proxmox).
When I research this issue, I found it transcends hypervisors (apparently people with ESXi have this issue also) and people were saying that bumping the coral down USB 2.0 (which I achieved by using a USB 2.0 cable) fixes it. I've just done this now. I will report back in 24 hours (or sooner) if this fix doesn't end up working. |
Beta Was this translation helpful? Give feedback.
Ok... spoke too soon. After working for about 24h (all the while disconnecting and reconnecting according to dmesg) the coral simply stopped working. I was going to order a pci-e coral and pass the whole thing into frigate but I decided to try openvino first.
Per this page, https://docs.frigate.video/configuration/object_detectors/#openvino-detector - I configured two detectors because I have 7 streams that need object detection. Simply commented out coral, and added this in: