[Support]: Having issues with 0.15 beta, constant errors in logs #15532
Answered
by
NickM-27
btrudgill
asked this question in
General Support
-
Describe the problem you are havingHi, I have updated to the latest 0.15 beta (1ea282f) and I am having issues, specifically with one camera (reolink doorbell wifi). On 0.14 the system is stable and has no issues with errors, but moving to 0.15 has been problematic, I'm hoping just an issue with my config. Version0.15.0-1ea282f What browser(s) are you using?No response Frigate config filemqtt:
host: 192.168.10.5
port: 1883
user:
password:
detectors:
coral:
type: edgetpu
device: pci
semantic_search:
enabled: True
reindex: False
model_size: small
genai:
enabled: True
provider: gemini
api_key: ""
model: gemini-1.5-flash
prompt: "Analyze the {label} in these images from the {camera} security camera using only 2 sentences. Focus on the actions and behavior of the {label}. Be succinct and only give relevant information. Do not give a preamble"
record:
enabled: true
retain:
days: 31
mode: all
alerts:
retain:
days: 31
detections:
retain:
days: 31
auth:
# Optional: Enable authentication
enabled: true
# Optional: Reset the admin user password on startup (default: shown below)
# New password is printed in the logs
reset_admin_password: false
# Optional: Cookie to store the JWT token for native auth (default: shown below)
model:
path: plus://
snapshots:
enabled: true
ffmpeg:
hwaccel_args: preset-vaapi
birdseye:
enabled: false
mode: continuous
objects:
filters:
dog:
min_score: .65
threshold: .8
cat:
min_score: .65
threshold: .8
package:
min_score: .65
threshold: .85
person:
min_score: .658
threshold: .85
go2rtc:
streams:
doorbell:
- ffmpeg:http://192.168.10.11/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=&password=#video=copy#audio=copy#audio=opus
rear:
- ffmpeg:rtsp://:@192.168.10.10:554/h264Preview_01_sub#video=copy#audio=copy#audio=opus
webrtc:
candidates:
- 192.168.10.5:8555
- stun:8555
cameras:
doorbell:
ffmpeg:
inputs:
- path:
http://192.168.10.11/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=&password=#video=copy#audio=copy#audio=opus
input_args: preset-http-reolink
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell?video=copy
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-generic-audio-copy
detect:
width: 896
height: 672
fps: 5
enabled: true
objects:
track:
- person
- dog
- cat
- package
- face
motion:
mask:
- 896,0,896,169,896,267,660,296,547,233,470,255,377,244,237,230,97,230,0,253,0,0
- 0,672,425,672,425,630,0,631
- 633,522,756,521,759,388,645,424
- 896,567,819,539,864,305,896,287
rear:
ffmpeg:
inputs:
- path: rtsp://:@192.168.10.10:554/h264Preview_01_main
roles:
- record
- path: rtsp://127.0.0.1:8554/rear?video=copy
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-generic-audio-copy
detect:
width: 640
height: 360
fps: 5
enabled: true
objects:
track:
- person
- dog
- cat
- package
- face
filters:
cat:
mask:
- 0,0,0,360,225,360,225,329,192,327,171,0
dog:
mask:
- 0,0,0,360,225,360,225,329,192,327,171,0
package:
mask:
- 0,0,0,360,225,360,225,329,192,327,171,0
person:
mask:
- 0,0,0,360,225,360,225,329,192,327,171,0
motion:
mask:
- 0,0,0,360,225,360,225,329,192,327,171,0
version: 0.15-0
camera_groups: {} Relevant Frigate log output2024-12-16 01:12:25.472469395 [INFO] Preparing Frigate...
2024-12-16 01:12:25.518791707 [INFO] Starting Frigate...
2024-12-16 01:12:30.924817893 [2024-12-16 01:12:30] frigate.util.config INFO : Checking if frigate config needs migration...
2024-12-16 01:12:30.982103309 [2024-12-16 01:12:30] frigate.util.config INFO : frigate config does not need migration...
2024-12-16 01:12:31.056462988 [2024-12-16 01:12:31] frigate.app INFO : Starting Frigate (0.15.0-1ea282f)
2024-12-16 01:12:31.076312623 [2024-12-16 01:12:31] peewee_migrate.logs INFO : Starting migrations
2024-12-16 01:12:31.077342900 [2024-12-16 01:12:31] peewee_migrate.logs INFO : There is nothing to migrate
2024-12-16 01:12:31.077582823 [2024-12-16 01:12:31] frigate.app INFO : Running database vacuum
2024-12-16 01:12:35.201593255 [2024-12-16 01:12:35] frigate.app INFO : Recording process started: 344
2024-12-16 01:12:35.208363050 [2024-12-16 01:12:35] frigate.app INFO : Review process started: 345
2024-12-16 01:12:35.214262104 [2024-12-16 01:12:35] frigate.app INFO : go2rtc process pid: 98
2024-12-16 01:12:35.238952188 [2024-12-16 01:12:35] detector.coral INFO : Starting detection process: 360
2024-12-16 01:12:35.239507864 [2024-12-16 01:12:35] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci
2024-12-16 01:12:35.256959635 [2024-12-16 01:12:35] frigate.app INFO : Embedding process started: 375
2024-12-16 01:12:35.257213946 [2024-12-16 01:12:35] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-12-16 01:12:35.257265247 [2024-12-16 01:12:35] frigate.app INFO : Output process started: 395
2024-12-16 01:12:35.373559183 [2024-12-16 01:12:35] frigate.app INFO : Camera processor started for doorbell: 410
2024-12-16 01:12:35.381926265 [2024-12-16 01:12:35] frigate.app INFO : Camera processor started for rear: 412
2024-12-16 01:12:35.394205435 [2024-12-16 01:12:35] frigate.app INFO : Capture process started for doorbell: 421
2024-12-16 01:12:35.414979426 [2024-12-16 01:12:35] frigate.app INFO : Capture process started for rear: 430
2024-12-16 01:12:35.655286385 [2024-12-16 01:12:35] frigate.api.fastapi_app INFO : Starting FastAPI app
2024-12-16 01:12:35.838278795 [2024-12-16 01:12:35] frigate.api.fastapi_app INFO : FastAPI started
2024-12-16 01:25:16.022327179 [2024-12-16 01:25:16] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 01:25:16.022347189 [2024-12-16 01:25:16] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 01:25:25.481994016 [2024-12-16 01:25:25] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 01:25:25.482331842 [2024-12-16 01:25:25] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 01:25:25.482598985 [2024-12-16 01:25:25] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14bf10055700] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 01:25:25.482863378 [2024-12-16 01:25:25] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14bf14003980] Failed to download frame: -5.
2024-12-16 01:25:25.483297764 [2024-12-16 01:25:25] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d34e219600] Error while filtering: Input/output error
2024-12-16 01:25:25.483419448 [2024-12-16 01:25:25] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d34e219600] Task finished with error code: -5 (Input/output error)
2024-12-16 01:25:25.483620961 [2024-12-16 01:25:25] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d34e219600] Terminating thread with return code -5 (Input/output error)
2024-12-16 01:27:07.770915161 [2024-12-16 01:27:07] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 01:27:07.771011188 [2024-12-16 01:27:07] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 01:27:15.561791258 [2024-12-16 01:27:15] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 01:27:15.562051661 [2024-12-16 01:27:15] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 01:27:15.562376865 [2024-12-16 01:27:15] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x146f90058100] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 01:27:15.562584923 [2024-12-16 01:27:15] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x146fa0003980] Failed to download frame: -5.
2024-12-16 01:27:15.563169486 [2024-12-16 01:27:15] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d0b84b1c80] Error while filtering: Input/output error
2024-12-16 01:27:15.563181069 [2024-12-16 01:27:15] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d0b84b1c80] Task finished with error code: -5 (Input/output error)
2024-12-16 01:27:15.563195705 [2024-12-16 01:27:15] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d0b84b1c80] Terminating thread with return code -5 (Input/output error)
2024-12-16 01:55:38.932018236 [2024-12-16 01:55:38] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 01:55:38.932069922 [2024-12-16 01:55:38] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 01:55:45.734863567 [2024-12-16 01:55:45] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 01:55:45.734975804 [2024-12-16 01:55:45] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 01:55:45.735107461 [2024-12-16 01:55:45] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x147c78057280] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 01:55:45.735257243 [2024-12-16 01:55:45] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x147c88003980] Failed to download frame: -5.
2024-12-16 01:55:45.735362758 [2024-12-16 01:55:45] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d067d19c00] Error while filtering: Input/output error
2024-12-16 01:55:45.735477840 [2024-12-16 01:55:45] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d067d19c00] Task finished with error code: -5 (Input/output error)
2024-12-16 01:55:45.735596228 [2024-12-16 01:55:45] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d067d19c00] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:08:32.737843838 [2024-12-16 02:08:32] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:08:32.737925194 [2024-12-16 02:08:32] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:08:35.793080420 [2024-12-16 02:08:35] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:08:35.793348923 [2024-12-16 02:08:35] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:08:35.793575754 [2024-12-16 02:08:35] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1504c0058200] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 02:08:35.793710453 [2024-12-16 02:08:35] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1504c4003980] Failed to download frame: -5.
2024-12-16 02:08:35.793846694 [2024-12-16 02:08:35] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55968978a6c0] Error while filtering: Input/output error
2024-12-16 02:08:35.793928869 [2024-12-16 02:08:35] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55968978a6c0] Task finished with error code: -5 (Input/output error)
2024-12-16 02:08:35.794061343 [2024-12-16 02:08:35] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55968978a6c0] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:13:19.672926976 [2024-12-16 02:13:19] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:13:19.673219516 [2024-12-16 02:13:19] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:13:25.874947872 [2024-12-16 02:13:25] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:13:25.875095186 [2024-12-16 02:13:25] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:13:25.875365797 [2024-12-16 02:13:25] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14c684057740] Failed to sync surface 0xe: 1 (operation failed).
2024-12-16 02:13:25.875620915 [2024-12-16 02:13:25] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14c694003980] Failed to download frame: -5.
2024-12-16 02:13:25.875772886 [2024-12-16 02:13:25] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55c017212b00] Error while filtering: Input/output error
2024-12-16 02:13:25.876085412 [2024-12-16 02:13:25] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55c017212b00] Task finished with error code: -5 (Input/output error)
2024-12-16 02:13:25.902709345 [2024-12-16 02:13:25] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55c017212b00] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:21:11.749900110 [2024-12-16 02:21:11] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:21:11.749978698 [2024-12-16 02:21:11] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:21:15.993070027 [2024-12-16 02:21:15] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:21:15.993315808 [2024-12-16 02:21:15] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:21:15.993536612 [2024-12-16 02:21:15] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14f3ec058440] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 02:21:15.993725793 [2024-12-16 02:21:15] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14f3f0003980] Failed to download frame: -5.
2024-12-16 02:21:15.993937803 [2024-12-16 02:21:15] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ff1cd48380] Error while filtering: Input/output error
2024-12-16 02:21:15.994210953 [2024-12-16 02:21:15] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ff1cd48380] Task finished with error code: -5 (Input/output error)
2024-12-16 02:21:15.994439465 [2024-12-16 02:21:15] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ff1cd48380] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:27:33.287127886 [2024-12-16 02:27:33] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:27:33.287298391 [2024-12-16 02:27:33] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:27:36.054143574 [2024-12-16 02:27:36] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:27:36.054207193 [2024-12-16 02:27:36] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:27:36.054258194 [2024-12-16 02:27:36] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x149238056140] Failed to sync surface 0xb: 1 (operation failed).
2024-12-16 02:27:36.054285820 [2024-12-16 02:27:36] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14923c003980] Failed to download frame: -5.
2024-12-16 02:27:36.054343975 [2024-12-16 02:27:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x561b8cadd680] Error while filtering: Input/output error
2024-12-16 02:27:36.054388746 [2024-12-16 02:27:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x561b8cadd680] Task finished with error code: -5 (Input/output error)
2024-12-16 02:27:36.054423914 [2024-12-16 02:27:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x561b8cadd680] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:30:09.493000924 [2024-12-16 02:30:09] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:30:09.493030312 [2024-12-16 02:30:09] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:30:16.085717964 [2024-12-16 02:30:16] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:30:16.085768661 [2024-12-16 02:30:16] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:30:16.085810335 [2024-12-16 02:30:16] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14b30c058480] Failed to sync surface 0x13: 1 (operation failed).
2024-12-16 02:30:16.085850187 [2024-12-16 02:30:16] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14b31c003980] Failed to download frame: -5.
2024-12-16 02:30:16.085889891 [2024-12-16 02:30:16] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55e7c936c7c0] Error while filtering: Input/output error
2024-12-16 02:30:16.085924695 [2024-12-16 02:30:16] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55e7c936c7c0] Task finished with error code: -5 (Input/output error)
2024-12-16 02:30:16.085961771 [2024-12-16 02:30:16] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55e7c936c7c0] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:41:33.682895744 [2024-12-16 02:41:33] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:41:33.682920564 [2024-12-16 02:41:33] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:41:36.138662789 [2024-12-16 02:41:36] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:41:36.159176788 [2024-12-16 02:41:36] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:41:36.159319171 [2024-12-16 02:41:36] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1524900573c0] Failed to sync surface 0x13: 1 (operation failed).
2024-12-16 02:41:36.159706912 [2024-12-16 02:41:36] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1524a0003980] Failed to download frame: -5.
2024-12-16 02:41:36.159987550 [2024-12-16 02:41:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555c3f2b7740] Error while filtering: Input/output error
2024-12-16 02:41:36.160231231 [2024-12-16 02:41:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555c3f2b7740] Task finished with error code: -5 (Input/output error)
2024-12-16 02:41:36.160382306 [2024-12-16 02:41:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555c3f2b7740] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:48:51.627208266 [2024-12-16 02:48:51] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:48:51.627221119 [2024-12-16 02:48:51] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:48:56.221936223 [2024-12-16 02:48:56] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:48:56.222005711 [2024-12-16 02:48:56] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:48:56.222049776 [2024-12-16 02:48:56] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x153e28056fc0] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 02:48:56.222110403 [2024-12-16 02:48:56] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x153e2c003980] Failed to download frame: -5.
2024-12-16 02:48:56.222184045 [2024-12-16 02:48:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5562d385aa40] Error while filtering: Input/output error
2024-12-16 02:48:56.222243799 [2024-12-16 02:48:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5562d385aa40] Task finished with error code: -5 (Input/output error)
2024-12-16 02:48:56.222304253 [2024-12-16 02:48:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5562d385aa40] Terminating thread with return code -5 (Input/output error)
2024-12-16 02:56:16.692416193 [2024-12-16 02:56:16] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 02:56:16.692488802 [2024-12-16 02:56:16] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 02:56:26.272871413 [2024-12-16 02:56:26] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 02:56:26.272924570 [2024-12-16 02:56:26] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 02:56:26.273031611 [2024-12-16 02:56:26] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14703c057e80] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 02:56:26.273125620 [2024-12-16 02:56:26] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14704c003980] Failed to download frame: -5.
2024-12-16 02:56:26.273235955 [2024-12-16 02:56:26] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d780d4c940] Error while filtering: Input/output error
2024-12-16 02:56:26.273332154 [2024-12-16 02:56:26] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d780d4c940] Task finished with error code: -5 (Input/output error)
2024-12-16 02:56:26.273428488 [2024-12-16 02:56:26] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d780d4c940] Terminating thread with return code -5 (Input/output error)
2024-12-16 03:24:09.894342174 [2024-12-16 03:24:09] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 03:24:09.894415554 [2024-12-16 03:24:09] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 03:24:16.410107245 [2024-12-16 03:24:16] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 03:24:16.410179604 [2024-12-16 03:24:16] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 03:24:16.410193564 [2024-12-16 03:24:16] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x148d68057100] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 03:24:16.410224613 [2024-12-16 03:24:16] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x148d78003980] Failed to download frame: -5.
2024-12-16 03:24:16.410263343 [2024-12-16 03:24:16] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55b61f4ab540] Error while filtering: Input/output error
2024-12-16 03:24:16.410298869 [2024-12-16 03:24:16] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55b61f4ab540] Task finished with error code: -5 (Input/output error)
2024-12-16 03:24:16.410337374 [2024-12-16 03:24:16] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55b61f4ab540] Terminating thread with return code -5 (Input/output error)
2024-12-16 03:27:51.825744316 [2024-12-16 03:27:51] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 03:27:51.825790579 [2024-12-16 03:27:51] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 03:27:56.432356348 [2024-12-16 03:27:56] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 03:27:56.432554286 [2024-12-16 03:27:56] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 03:27:56.432618900 [2024-12-16 03:27:56] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14952c058640] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 03:27:56.432864068 [2024-12-16 03:27:56] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x149538003980] Failed to download frame: -5.
2024-12-16 03:27:56.433016880 [2024-12-16 03:27:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55f87d783bc0] Error while filtering: Input/output error
2024-12-16 03:27:56.433198197 [2024-12-16 03:27:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55f87d783bc0] Task finished with error code: -5 (Input/output error)
2024-12-16 03:27:56.433404518 [2024-12-16 03:27:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55f87d783bc0] Terminating thread with return code -5 (Input/output error)
2024-12-16 03:44:34.682349572 [2024-12-16 03:44:34] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 03:44:34.682450974 [2024-12-16 03:44:34] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 03:44:36.591078006 [2024-12-16 03:44:36] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 03:44:36.591347780 [2024-12-16 03:44:36] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 03:44:36.591546342 [2024-12-16 03:44:36] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x150560055e40] Failed to sync surface 0x15: 1 (operation failed).
2024-12-16 03:44:36.591743737 [2024-12-16 03:44:36] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x15056c003980] Failed to download frame: -5.
2024-12-16 03:44:36.591942482 [2024-12-16 03:44:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55c157bccdc0] Error while filtering: Input/output error
2024-12-16 03:44:36.592182136 [2024-12-16 03:44:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55c157bccdc0] Task finished with error code: -5 (Input/output error)
2024-12-16 03:44:36.592414654 [2024-12-16 03:44:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55c157bccdc0] Terminating thread with return code -5 (Input/output error)
2024-12-16 03:57:37.177450400 [2024-12-16 03:57:37] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 03:57:37.177639008 [2024-12-16 03:57:37] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 03:57:46.707013134 [2024-12-16 03:57:46] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 03:57:46.708215336 [2024-12-16 03:57:46] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 03:57:46.708235450 [2024-12-16 03:57:46] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14d9dc056240] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 03:57:46.708249541 [2024-12-16 03:57:46] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14d9ec003980] Failed to download frame: -5.
2024-12-16 03:57:46.708261456 [2024-12-16 03:57:46] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55bf2a6e4440] Error while filtering: Input/output error
2024-12-16 03:57:46.708653797 [2024-12-16 03:57:46] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55bf2a6e4440] Task finished with error code: -5 (Input/output error)
2024-12-16 03:57:46.708837594 [2024-12-16 03:57:46] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55bf2a6e4440] Terminating thread with return code -5 (Input/output error)
2024-12-16 04:10:33.137850446 [2024-12-16 04:10:33] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 04:10:33.137895057 [2024-12-16 04:10:33] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 04:10:36.774255429 [2024-12-16 04:10:36] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 04:10:36.774269261 [2024-12-16 04:10:36] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 04:10:36.774333877 [2024-12-16 04:10:36] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1479d8056980] Failed to sync surface 0x15: 1 (operation failed).
2024-12-16 04:10:36.774346011 [2024-12-16 04:10:36] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1479ec003980] Failed to download frame: -5.
2024-12-16 04:10:36.774384655 [2024-12-16 04:10:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55bd6dce2380] Error while filtering: Input/output error
2024-12-16 04:10:36.774422496 [2024-12-16 04:10:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55bd6dce2380] Task finished with error code: -5 (Input/output error)
2024-12-16 04:10:36.774461362 [2024-12-16 04:10:36] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55bd6dce2380] Terminating thread with return code -5 (Input/output error)
2024-12-16 04:28:55.215666471 [2024-12-16 04:28:55] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 04:28:55.215671260 [2024-12-16 04:28:55] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 04:28:56.867546256 [2024-12-16 04:28:56] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 04:28:56.867713894 [2024-12-16 04:28:56] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 04:28:56.867953567 [2024-12-16 04:28:56] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1502400568c0] Failed to sync surface 0xb: 1 (operation failed).
2024-12-16 04:28:56.868214657 [2024-12-16 04:28:56] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x150244003980] Failed to download frame: -5.
2024-12-16 04:28:56.868399169 [2024-12-16 04:28:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55a45ef7dec0] Error while filtering: Input/output error
2024-12-16 04:28:56.868609380 [2024-12-16 04:28:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55a45ef7dec0] Task finished with error code: -5 (Input/output error)
2024-12-16 04:28:56.868806801 [2024-12-16 04:28:56] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55a45ef7dec0] Terminating thread with return code -5 (Input/output error)
2024-12-16 04:35:05.912268640 [2024-12-16 04:35:05] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 04:35:05.912285932 [2024-12-16 04:35:05] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 04:35:06.935321847 [2024-12-16 04:35:06] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 04:35:06.935324496 [2024-12-16 04:35:06] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 04:35:06.935325834 [2024-12-16 04:35:06] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14a22c055cc0] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 04:35:06.935327103 [2024-12-16 04:35:06] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14a23c003980] Failed to download frame: -5.
2024-12-16 04:35:06.935328208 [2024-12-16 04:35:06] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ba9439b700] Error while filtering: Input/output error
2024-12-16 04:35:06.935329942 [2024-12-16 04:35:06] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ba9439b700] Task finished with error code: -5 (Input/output error)
2024-12-16 04:35:06.935354674 [2024-12-16 04:35:06] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ba9439b700] Terminating thread with return code -5 (Input/output error)
2024-12-16 05:02:25.948587225 [2024-12-16 05:02:25] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 05:02:25.948635157 [2024-12-16 05:02:25] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 05:02:27.054775731 [2024-12-16 05:02:27] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 05:02:27.054967252 [2024-12-16 05:02:27] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 05:02:27.055195888 [2024-12-16 05:02:27] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x154494056680] Failed to sync surface 0x14: 1 (operation failed).
2024-12-16 05:02:27.055427608 [2024-12-16 05:02:27] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x154498003980] Failed to download frame: -5.
2024-12-16 05:02:27.055616628 [2024-12-16 05:02:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d442e9e140] Error while filtering: Input/output error
2024-12-16 05:02:27.055808671 [2024-12-16 05:02:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d442e9e140] Task finished with error code: -5 (Input/output error)
2024-12-16 05:02:27.056002631 [2024-12-16 05:02:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d442e9e140] Terminating thread with return code -5 (Input/output error)
2024-12-16 05:14:20.989709579 [2024-12-16 05:14:20] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 05:14:20.989768183 [2024-12-16 05:14:20] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 05:14:27.159316378 [2024-12-16 05:14:27] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 05:14:27.159576931 [2024-12-16 05:14:27] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 05:14:27.159865853 [2024-12-16 05:14:27] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x150a18057000] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 05:14:27.160077468 [2024-12-16 05:14:27] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x150a28003980] Failed to download frame: -5.
2024-12-16 05:14:27.160389431 [2024-12-16 05:14:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55f5d8519340] Error while filtering: Input/output error
2024-12-16 05:14:27.160591289 [2024-12-16 05:14:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55f5d8519340] Task finished with error code: -5 (Input/output error)
2024-12-16 05:14:27.160815669 [2024-12-16 05:14:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55f5d8519340] Terminating thread with return code -5 (Input/output error)
2024-12-16 05:31:12.152864256 [2024-12-16 05:31:12] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 05:31:12.152914318 [2024-12-16 05:31:12] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 05:31:17.297029591 [2024-12-16 05:31:17] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 05:31:17.297305291 [2024-12-16 05:31:17] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 05:31:17.297546519 [2024-12-16 05:31:17] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14a038056c00] Failed to sync surface 0x14: 1 (operation failed).
2024-12-16 05:31:17.297780740 [2024-12-16 05:31:17] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14a044003980] Failed to download frame: -5.
2024-12-16 05:31:17.298029515 [2024-12-16 05:31:17] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x56098cc8c4c0] Error while filtering: Input/output error
2024-12-16 05:31:17.298253469 [2024-12-16 05:31:17] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x56098cc8c4c0] Task finished with error code: -5 (Input/output error)
2024-12-16 05:31:17.298528958 [2024-12-16 05:31:17] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x56098cc8c4c0] Terminating thread with return code -5 (Input/output error)
2024-12-16 05:49:37.662398875 [2024-12-16 05:49:37] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 05:49:37.662440197 [2024-12-16 05:49:37] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 05:49:47.434732070 [2024-12-16 05:49:47] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 05:49:47.434734828 [2024-12-16 05:49:47] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 05:49:47.434799558 [2024-12-16 05:49:47] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14abdc055e40] Failed to sync surface 0x14: 1 (operation failed).
2024-12-16 05:49:47.434801546 [2024-12-16 05:49:47] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14abe0003980] Failed to download frame: -5.
2024-12-16 05:49:47.434802851 [2024-12-16 05:49:47] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5637d7909380] Error while filtering: Input/output error
2024-12-16 05:49:47.434812287 [2024-12-16 05:49:47] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5637d7909380] Task finished with error code: -5 (Input/output error)
2024-12-16 05:49:47.434858295 [2024-12-16 05:49:47] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5637d7909380] Terminating thread with return code -5 (Input/output error)
2024-12-16 05:55:33.659122974 [2024-12-16 05:55:33] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 05:55:33.659173080 [2024-12-16 05:55:33] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 05:55:37.474621370 [2024-12-16 05:55:37] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 05:55:37.474864995 [2024-12-16 05:55:37] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 05:55:37.475023380 [2024-12-16 05:55:37] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14e67c059700] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 05:55:37.475295505 [2024-12-16 05:55:37] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14e68c003980] Failed to download frame: -5.
2024-12-16 05:55:37.475520625 [2024-12-16 05:55:37] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x557717f67680] Error while filtering: Input/output error
2024-12-16 05:55:37.475733360 [2024-12-16 05:55:37] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x557717f67680] Task finished with error code: -5 (Input/output error)
2024-12-16 05:55:37.475896157 [2024-12-16 05:55:37] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x557717f67680] Terminating thread with return code -5 (Input/output error)
2024-12-16 05:56:53.150119449 [2024-12-16 05:56:53] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 05:56:53.150224108 [2024-12-16 05:56:53] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 05:56:57.525601718 [2024-12-16 05:56:57] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 05:56:57.525832378 [2024-12-16 05:56:57] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 05:56:57.526350083 [2024-12-16 05:56:57] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x147c68056740] Failed to sync surface 0x11: 1 (operation failed).
2024-12-16 05:56:57.526363425 [2024-12-16 05:56:57] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x147c78003980] Failed to download frame: -5.
2024-12-16 05:56:57.526429576 [2024-12-16 05:56:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d2b6f49680] Error while filtering: Input/output error
2024-12-16 05:56:57.526842908 [2024-12-16 05:56:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d2b6f49680] Task finished with error code: -5 (Input/output error)
2024-12-16 05:56:57.526858174 [2024-12-16 05:56:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d2b6f49680] Terminating thread with return code -5 (Input/output error)
2024-12-16 06:36:05.882887945 [2024-12-16 06:36:05] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 06:36:05.882926490 [2024-12-16 06:36:05] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 06:36:07.726417735 [2024-12-16 06:36:07] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 06:36:07.726467764 [2024-12-16 06:36:07] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 06:36:07.726510686 [2024-12-16 06:36:07] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14c850056740] Failed to sync surface 0x13: 1 (operation failed).
2024-12-16 06:36:07.726544758 [2024-12-16 06:36:07] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14c860003980] Failed to download frame: -5.
2024-12-16 06:36:07.726573397 [2024-12-16 06:36:07] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555e0c163b80] Error while filtering: Input/output error
2024-12-16 06:36:07.726602567 [2024-12-16 06:36:07] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555e0c163b80] Task finished with error code: -5 (Input/output error)
2024-12-16 06:36:07.726630735 [2024-12-16 06:36:07] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555e0c163b80] Terminating thread with return code -5 (Input/output error)
2024-12-16 06:43:48.075369105 [2024-12-16 06:43:48] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 06:43:48.075427000 [2024-12-16 06:43:48] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 06:43:57.757814713 [2024-12-16 06:43:57] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 06:43:57.757833302 [2024-12-16 06:43:57] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 06:43:57.757867603 [2024-12-16 06:43:57] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x148858056c00] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 06:43:57.757895298 [2024-12-16 06:43:57] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14885c003980] Failed to download frame: -5.
2024-12-16 06:43:57.757930620 [2024-12-16 06:43:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5610ae12e640] Error while filtering: Input/output error
2024-12-16 06:43:57.757968553 [2024-12-16 06:43:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5610ae12e640] Task finished with error code: -5 (Input/output error)
2024-12-16 06:43:57.758019107 [2024-12-16 06:43:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5610ae12e640] Terminating thread with return code -5 (Input/output error)
2024-12-16 06:45:20.919419819 [2024-12-16 06:45:20] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 06:45:20.919442792 [2024-12-16 06:45:20] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 06:45:27.783319021 [2024-12-16 06:45:27] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 06:45:27.783374065 [2024-12-16 06:45:27] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 06:45:27.783416871 [2024-12-16 06:45:27] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x153e78056e80] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 06:45:27.783455855 [2024-12-16 06:45:27] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x153e7c003980] Failed to download frame: -5.
2024-12-16 06:45:27.783500782 [2024-12-16 06:45:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55582b032780] Error while filtering: Input/output error
2024-12-16 06:45:27.783530170 [2024-12-16 06:45:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55582b032780] Task finished with error code: -5 (Input/output error)
2024-12-16 06:45:27.783563654 [2024-12-16 06:45:27] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55582b032780] Terminating thread with return code -5 (Input/output error)
2024-12-16 07:07:08.653600364 [2024-12-16 07:07:08] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 07:07:08.653673966 [2024-12-16 07:07:08] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 07:07:17.902304153 [2024-12-16 07:07:17] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 07:07:17.902375217 [2024-12-16 07:07:17] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 07:07:17.902404738 [2024-12-16 07:07:17] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14d87c056bc0] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 07:07:17.902446507 [2024-12-16 07:07:17] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14d88c003980] Failed to download frame: -5.
2024-12-16 07:07:17.902484635 [2024-12-16 07:07:17] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55eb1af918c0] Error while filtering: Input/output error
2024-12-16 07:07:17.902520712 [2024-12-16 07:07:17] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55eb1af918c0] Task finished with error code: -5 (Input/output error)
2024-12-16 07:07:17.902560286 [2024-12-16 07:07:17] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55eb1af918c0] Terminating thread with return code -5 (Input/output error)
2024-12-16 07:18:50.911842321 [2024-12-16 07:18:50] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 07:18:50.911847145 [2024-12-16 07:18:50] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 07:18:57.958204746 [2024-12-16 07:18:57] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 07:18:57.958437116 [2024-12-16 07:18:57] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 07:18:57.958638549 [2024-12-16 07:18:57] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14da54056900] Failed to sync surface 0xb: 1 (operation failed).
2024-12-16 07:18:57.958815319 [2024-12-16 07:18:57] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14da64003980] Failed to download frame: -5.
2024-12-16 07:18:57.958998613 [2024-12-16 07:18:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x559fe4db88c0] Error while filtering: Input/output error
2024-12-16 07:18:57.959233375 [2024-12-16 07:18:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x559fe4db88c0] Task finished with error code: -5 (Input/output error)
2024-12-16 07:18:57.959427056 [2024-12-16 07:18:57] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x559fe4db88c0] Terminating thread with return code -5 (Input/output error)
2024-12-16 07:35:37.465390482 [2024-12-16 07:35:37] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 07:35:37.465413435 [2024-12-16 07:35:37] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 07:35:38.111710385 [2024-12-16 07:35:38] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 07:35:38.112620321 [2024-12-16 07:35:38] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 07:35:38.112628669 [2024-12-16 07:35:38] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1466ec056b00] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 07:35:38.112633609 [2024-12-16 07:35:38] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1466fc003980] Failed to download frame: -5.
2024-12-16 07:35:38.112638580 [2024-12-16 07:35:38] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55fa9385dd00] Error while filtering: Input/output error
2024-12-16 07:35:38.112643227 [2024-12-16 07:35:38] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55fa9385dd00] Task finished with error code: -5 (Input/output error)
2024-12-16 07:35:38.112647516 [2024-12-16 07:35:38] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55fa9385dd00] Terminating thread with return code -5 (Input/output error)
2024-12-16 07:37:28.304700170 [2024-12-16 07:37:28] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 07:37:28.304811825 [2024-12-16 07:37:28] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 07:37:38.139096358 [2024-12-16 07:37:38] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 07:37:38.139369871 [2024-12-16 07:37:38] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 07:37:38.139600920 [2024-12-16 07:37:38] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1515e405b1c0] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 07:37:38.139839365 [2024-12-16 07:37:38] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1515f0003980] Failed to download frame: -5.
2024-12-16 07:37:38.140052977 [2024-12-16 07:37:38] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555bf001f740] Error while filtering: Input/output error
2024-12-16 07:37:38.140288237 [2024-12-16 07:37:38] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555bf001f740] Task finished with error code: -5 (Input/output error)
2024-12-16 07:37:38.140543403 [2024-12-16 07:37:38] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x555bf001f740] Terminating thread with return code -5 (Input/output error)
2024-12-16 08:03:18.605930212 [2024-12-16 08:03:18] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 08:03:18.605935774 [2024-12-16 08:03:18] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 08:03:28.307452010 [2024-12-16 08:03:28] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 08:03:28.307527280 [2024-12-16 08:03:28] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 08:03:28.307530299 [2024-12-16 08:03:28] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1487dc05c0c0] Failed to sync surface 0x13: 1 (operation failed).
2024-12-16 08:03:28.307558949 [2024-12-16 08:03:28] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1487f4003980] Failed to download frame: -5.
2024-12-16 08:03:28.307594019 [2024-12-16 08:03:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5567a0b32b00] Error while filtering: Input/output error
2024-12-16 08:03:28.307632497 [2024-12-16 08:03:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5567a0b32b00] Task finished with error code: -5 (Input/output error)
2024-12-16 08:03:28.307666489 [2024-12-16 08:03:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5567a0b32b00] Terminating thread with return code -5 (Input/output error)
2024-12-16 08:10:20.304582238 [2024-12-16 08:10:20] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 08:10:20.304628802 [2024-12-16 08:10:20] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 08:10:28.345308599 [2024-12-16 08:10:28] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 08:10:28.345348401 [2024-12-16 08:10:28] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 08:10:28.353256076 [2024-12-16 08:10:28] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14e74c05d780] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 08:10:28.353355609 [2024-12-16 08:10:28] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14e75c003980] Failed to download frame: -5.
2024-12-16 08:10:28.353394584 [2024-12-16 08:10:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x560baeb70f80] Error while filtering: Input/output error
2024-12-16 08:10:28.353485255 [2024-12-16 08:10:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x560baeb70f80] Task finished with error code: -5 (Input/output error)
2024-12-16 08:10:28.353519906 [2024-12-16 08:10:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x560baeb70f80] Terminating thread with return code -5 (Input/output error)
2024-12-16 08:18:26.355990128 [2024-12-16 08:18:26] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 08:18:26.356040475 [2024-12-16 08:18:26] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 08:18:28.419099638 [2024-12-16 08:18:28] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 08:18:28.419440393 [2024-12-16 08:18:28] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 08:18:28.419536808 [2024-12-16 08:18:28] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14702805f840] Failed to sync surface 0x15: 1 (operation failed).
2024-12-16 08:18:28.419671929 [2024-12-16 08:18:28] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x147030003980] Failed to download frame: -5.
2024-12-16 08:18:28.420200241 [2024-12-16 08:18:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5572e2028fc0] Error while filtering: Input/output error
2024-12-16 08:18:28.420211155 [2024-12-16 08:18:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5572e2028fc0] Task finished with error code: -5 (Input/output error)
2024-12-16 08:18:28.420220114 [2024-12-16 08:18:28] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5572e2028fc0] Terminating thread with return code -5 (Input/output error)
2024-12-16 08:21:43.886500912 [2024-12-16 08:21:43] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 08:21:43.886619345 [2024-12-16 08:21:43] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 08:21:48.459206483 [2024-12-16 08:21:48] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 08:21:48.459322526 [2024-12-16 08:21:48] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 08:21:48.459394968 [2024-12-16 08:21:48] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14a58005c2c0] Failed to sync surface 0xa: 1 (operation failed).
2024-12-16 08:21:48.459928848 [2024-12-16 08:21:48] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14a598003980] Failed to download frame: -5.
2024-12-16 08:21:48.460040269 [2024-12-16 08:21:48] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x560243e4f640] Error while filtering: Input/output error
2024-12-16 08:21:48.460120858 [2024-12-16 08:21:48] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x560243e4f640] Task finished with error code: -5 (Input/output error)
2024-12-16 08:21:48.460219795 [2024-12-16 08:21:48] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x560243e4f640] Terminating thread with return code -5 (Input/output error)
2024-12-16 08:55:14.921338384 [2024-12-16 08:55:14] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 08:55:14.921383509 [2024-12-16 08:55:14] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 08:55:18.592168611 [2024-12-16 08:55:18] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 08:55:18.592417469 [2024-12-16 08:55:18] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 08:55:18.592673016 [2024-12-16 08:55:18] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14d41805e6c0] Failed to sync surface 0x12: 1 (operation failed).
2024-12-16 08:55:18.592934274 [2024-12-16 08:55:18] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14d428003980] Failed to download frame: -5.
2024-12-16 08:55:18.593170056 [2024-12-16 08:55:18] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x557743906380] Error while filtering: Input/output error
2024-12-16 08:55:18.593387754 [2024-12-16 08:55:18] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x557743906380] Task finished with error code: -5 (Input/output error)
2024-12-16 08:55:18.593613334 [2024-12-16 08:55:18] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x557743906380] Terminating thread with return code -5 (Input/output error)
2024-12-16 09:07:05.468051777 [2024-12-16 09:07:05] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 09:07:05.468095694 [2024-12-16 09:07:05] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 09:07:08.703439801 [2024-12-16 09:07:08] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 09:07:08.703449908 [2024-12-16 09:07:08] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 09:07:08.703457412 [2024-12-16 09:07:08] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14f78c05ec40] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 09:07:08.703498820 [2024-12-16 09:07:08] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14f790003980] Failed to download frame: -5.
2024-12-16 09:07:08.703626390 [2024-12-16 09:07:08] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ce099db9c0] Error while filtering: Input/output error
2024-12-16 09:07:08.703668373 [2024-12-16 09:07:08] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ce099db9c0] Task finished with error code: -5 (Input/output error)
2024-12-16 09:07:08.703800072 [2024-12-16 09:07:08] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55ce099db9c0] Terminating thread with return code -5 (Input/output error)
2024-12-16 09:15:01.991200858 [2024-12-16 09:15:01] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 09:15:01.991203809 [2024-12-16 09:15:01] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 09:15:08.757712723 [2024-12-16 09:15:08] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 09:15:08.757730623 [2024-12-16 09:15:08] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 09:15:08.757752363 [2024-12-16 09:15:08] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14e2ac060b00] Failed to sync surface 0x13: 1 (operation failed).
2024-12-16 09:15:08.757781464 [2024-12-16 09:15:08] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14e2bc003980] Failed to download frame: -5.
2024-12-16 09:15:08.757815104 [2024-12-16 09:15:08] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d7a9e2e500] Error while filtering: Input/output error
2024-12-16 09:15:08.757848759 [2024-12-16 09:15:08] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d7a9e2e500] Task finished with error code: -5 (Input/output error)
2024-12-16 09:15:08.757882073 [2024-12-16 09:15:08] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x55d7a9e2e500] Terminating thread with return code -5 (Input/output error)
2024-12-16 09:21:53.035039590 [2024-12-16 09:21:53] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 09:21:53.035045318 [2024-12-16 09:21:53] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 09:21:58.796246445 [2024-12-16 09:21:58] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 09:21:58.796318170 [2024-12-16 09:21:58] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 09:21:58.796361894 [2024-12-16 09:21:58] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x14b3d4062300] Failed to sync surface 0xc: 1 (operation failed).
2024-12-16 09:21:58.796418053 [2024-12-16 09:21:58] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x14b3e4003980] Failed to download frame: -5.
2024-12-16 09:21:58.796453819 [2024-12-16 09:21:58] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x556f8783fdc0] Error while filtering: Input/output error
2024-12-16 09:21:58.796487703 [2024-12-16 09:21:58] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x556f8783fdc0] Task finished with error code: -5 (Input/output error)
2024-12-16 09:21:58.796547395 [2024-12-16 09:21:58] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x556f8783fdc0] Terminating thread with return code -5 (Input/output error)
2024-12-16 09:29:09.755254523 [2024-12-16 09:29:09] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 09:29:09.755298303 [2024-12-16 09:29:09] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 09:29:18.839829487 [2024-12-16 09:29:18] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 09:29:18.840063422 [2024-12-16 09:29:18] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 09:29:18.840306549 [2024-12-16 09:29:18] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x15061c05e680] Failed to sync surface 0xd: 1 (operation failed).
2024-12-16 09:29:18.840519935 [2024-12-16 09:29:18] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x15062c003980] Failed to download frame: -5.
2024-12-16 09:29:18.840706996 [2024-12-16 09:29:18] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x564c8e849000] Error while filtering: Input/output error
2024-12-16 09:29:18.840893806 [2024-12-16 09:29:18] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x564c8e849000] Task finished with error code: -5 (Input/output error)
2024-12-16 09:29:18.841074332 [2024-12-16 09:29:18] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x564c8e849000] Terminating thread with return code -5 (Input/output error)
2024-12-16 09:31:46.180406025 [2024-12-16 09:31:46] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-16 09:31:46.180438548 [2024-12-16 09:31:46] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-16 09:31:48.908699977 [2024-12-16 09:31:48] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-16 09:31:48.908937868 [2024-12-16 09:31:48] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-16 09:31:48.909182611 [2024-12-16 09:31:48] ffmpeg.doorbell.detect ERROR : [AVHWFramesContext @ 0x1483a0064240] Failed to sync surface 0xe: 1 (operation failed).
2024-12-16 09:31:48.909388078 [2024-12-16 09:31:48] ffmpeg.doorbell.detect ERROR : [hwdownload @ 0x1483b0003980] Failed to download frame: -5.
2024-12-16 09:31:48.934110792 [2024-12-16 09:31:48] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5621ccd9f680] Error while filtering: Input/output error
2024-12-16 09:31:48.934402004 [2024-12-16 09:31:48] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5621ccd9f680] Task finished with error code: -5 (Input/output error)
2024-12-16 09:31:48.934643488 [2024-12-16 09:31:48] ffmpeg.doorbell.detect ERROR : [vf#0:0 @ 0x5621ccd9f680] Terminating thread with return code -5 (Input/output error) Relevant go2rtc log output2024-12-16 01:12:25.472498072 [INFO] Preparing new go2rtc config...
2024-12-16 01:12:26.842688986 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2024-12-16 01:12:26.882921604 [INFO] Starting go2rtc...
2024-12-16 01:12:27.011096158 01:12:27.011 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-12-16 01:12:27.011116986 01:12:27.011 INF config path=/dev/shm/go2rtc.yaml
2024-12-16 01:12:27.011495583 01:12:27.011 INF [rtsp] listen addr=:8554
2024-12-16 01:12:27.011541719 01:12:27.011 INF [api] listen addr=:1984
2024-12-16 01:12:27.011776921 01:12:27.011 INF [webrtc] listen addr=:8555
2024-12-16 01:12:35.465008282 [INFO] Starting go2rtc healthcheck service... FFprobe output from your cameraStream 1
Video:
Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Resolution: 2560x1920 (4/3 aspect ratio)
FPS: 19/1
Audio:
Codec: AAC (Advanced Audio Coding)
Stream 2
Video:
Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Resolution: 896x672 (4/3 aspect ratio)
FPS: Unknown Frigate stats{"cameras":{"doorbell":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":5.9,"detection_enabled":true,"pid":410,"capture_pid":421,"ffmpeg_pid":23038,"audio_rms":0.0,"audio_dBFS":0.0},"rear":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":412,"capture_pid":430,"ffmpeg_pid":440,"audio_rms":0.0,"audio_dBFS":0.0}},"detectors":{"coral":{"inference_speed":7.06,"detection_start":0.0,"pid":360}},"detection_fps":5.9,"gpu_usages":{"intel-vaapi":{"gpu":"1.24%","mem":"-%","clients":{"440":"1.13%","23038":"4.18%"}}},"cpu_usages":{"frigate.full_system":{"cpu":"13.7","mem":"53.5"},"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"},"16":{"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 s6rc-oneshot-runner"},"25":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-fdholder"},"26":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync"},"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 frigate"},"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 go2rtc-healthcheck"},"32":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-log"},"33":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx"},"34":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx-log"},"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/nginx"},"88":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"},"89":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate"},"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":"1.9","cpu_average":"1","mem":"0.1","cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml"},"105":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user go2rtc-healthcheck"},"111":{"cpu":"2.3","cpu_average":"2","mem":"1.3","cmdline":"python3 -u -m frigate"},"125":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: master process nginx"},"154":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"155":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"156":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"160":{"cpu":"0.1","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"168":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: cache manager process"},"301":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user certsync"},"344":{"cpu":"2.6","cpu_average":"1","mem":"0.6","cmdline":"frigate.recording_manager"},"345":{"cpu":"0.4","cpu_average":"0","mem":"0.5","cmdline":"frigate.review_segment_manager"},"360":{"cpu":"1.9","cpu_average":"2","mem":"0.5","cmdline":"frigate.detector.coral"},"375":{"cpu":"0.3","cpu_average":"0","mem":"4.4","cmdline":"frigate.embeddings_manager"},"395":{"cpu":"2.1","cpu_average":"2","mem":"0.5","cmdline":"frigate.output "},"410":{"cpu":"21.3","cpu_average":"26","mem":"0.6","cmdline":"frigate.process:doorbell"},"412":{"cpu":"2.0","cpu_average":"4","mem":"0.6","cmdline":"frigate.process:rear "},"421":{"cpu":"1.7","cpu_average":"1","mem":"0.6","cmdline":"frigate.capture:doorbell"},"430":{"cpu":"0.8","cpu_average":"0","mem":"0.6","cmdline":"frigate.capture:rear "},"440":{"cpu":"1.7","cpu_average":"1","mem":"0.1","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-1ea282f -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/rear?video=copy -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:"},"441":{"cpu":"2.8","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-1ea282f -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -flags low_delay -strict experimental -analyzeduration 1000M -probesize 1000M -rw_timeout 5000000 -i http://192.168.10.11/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=*&password=* -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/doorbell@%Y%m%d%H%M%S%z.mp4"},"445":{"cpu":"3.8","cpu_average":"3","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -v error -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://*:*@192.168.10.10:554/h264Preview_01_sub -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -application:a:1 lowdelay -min_comp 0 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/82983f720f60ef220b503a278a2c0955"},"446":{"cpu":"3.9","cpu_average":"3","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-1ea282f -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.10.10:554/h264Preview_01_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/rear@%Y%m%d%H%M%S%z.mp4"},"463":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 896x672 -i pipe: -threads 1 -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"470":{"cpu":"0.0","cpu_average":"0","mem":"0.0","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:"},"21462":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sh"},"23038":{"cpu":"3.7","cpu_average":"2","mem":"0.1","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-1ea282f -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/doorbell?video=copy -r 5 -vf fps=5,scale_vaapi=w=896:h=672,hwdownload,format=nv12,eq=gamma=1.4:gamma_weight=0.5 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"23040":{"cpu":"4.4","cpu_average":"3","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://192.168.10.11/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=*&password=* -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -application:a:1 lowdelay -min_comp 0 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/4de6e0d116c4c67a842d7d55487822ff"},"23404":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 60"},"23448":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 30s"}},"service":{"uptime":30097,"version":"0.15.0-1ea282f","latest_version":"0.14.1","storage":{"/media/frigate/recordings":{"total":22884371.9,"used":13219032.2,"free":9665339.7,"mount_type":"fuse.shfs"},"/media/frigate/clips":{"total":22884371.9,"used":13219032.2,"free":9665339.7,"mount_type":"fuse.shfs"},"/tmp/cache":{"total":953.7,"used":30.5,"free":923.2,"mount_type":"tmpfs"},"/dev/shm":{"total":500.0,"used":62.6,"free":437.4,"mount_type":"tmpfs"}},"temperatures":{"apex_0":45.55},"last_updated":1734341652},"processes":{"recording":{"pid":344},"review_segment":{"pid":345},"go2rtc":{"pid":98},"embeddings":{"pid":375}}} Install methodDocker CLI docker-compose file or Docker CLI commandFrigate is run using Unraid docker, it's not one of the dropdown options.
docker run
-d
--name='Frigate'
--net='bridge'
--cpuset-cpus='1,2,3,5,6,7'
--pids-limit 2048
--privileged=true
-e TZ="Europe/London"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Zeus"
-e HOST_CONTAINERNAME="Frigate"
-e 'FRIGATE_RTSP_PASSWORD'=''
-e 'PLUS_API_KEY'=''
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:5000]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png'
-p '5005:5000/tcp'
-p '8554:8554/tcp'
-p '8555:8555/tcp'
-p '8555:8555/udp'
-p '8971:8971/tcp'
-v '/mnt/cache/appdata/Frigate/':'/config':'rw'
-v '/mnt/user/CCTV Footage/':'/media/frigate':'rw'
-v '/etc/localtime':'/etc/localtime':'rw'
--device='/dev/apex_0'
--device='/dev/dri/renderD128'
--shm-size=500mb
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000
--restart unless-stopped 'ghcr.io/blakeblackshear/frigate:1ea282f'
bf3cdb14cad89ba3a01bdc0e73987cd01d9beb49520b97ec767fa4598bcdfba6 Object DetectorCoral Network connectionMixed Camera make and modelReolink Doorbell Wifi Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Dec 16, 2024
Replies: 1 comment 6 replies
-
What's your hardware? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try setting path to 5.0 for ffmpeg so it uses the old version