[Camera Support]: FFMPEG process crashing repeatedly #18631
-
Describe the problem you are havingMultiple cameras are crashing the FFMPEG, im not sure why im running 3 cameras through frigate all unifi i found another person previous issue with these errors and he was told to rtmp: this creates a config file error for me Version0.15.0-6cb5cfb What browser(s) are you using?Edge Frigate config filemqtt:
host: 192.168.1.31
port: 1883
user: homeassistant
password: ************
cameras:
Doorbell:
ffmpeg:
inputs:
- path: rtsps://192.168.1.1:7441/VoGDMqh1J82uo95B?enableSrtp
roles:
- detect
snapshots:
enabled: true
detect:
width: 1600
height: 1200
objects:
track:
- person
- dog
filters:
person:
threshold: 0.75
dog:
threshold: 0.55
motion:
threshold: 50
contour_area: 20
improve_contrast: true
mask: 0.478,0.302,0.569,0.383,0.533,0.475,0.475,0.473,0.392,0.454,0.359,0.351
Garden:
ffmpeg:
inputs:
- path: rtsps://192.168.1.1:7441/1EuKM5fSmSPukN8y?enableSrtp
roles:
- detect
snapshots:
enabled: true
detect:
width: 1280
height: 720
objects:
track:
- person
- dog
filters:
person:
threshold: 0.75
dog:
threshold: 0.55
motion:
threshold: 50
contour_area: 20
improve_contrast: true
Driveway:
ffmpeg:
inputs:
- path: rtsps://192.168.1.1:7441/Dr08a5YeWkd7g8A7?enableSrtp
roles:
- detect
snapshots:
enabled: true
detect:
width: 1280
height: 720
objects:
track:
- person
filters:
person:
threshold: 0.75
motion:
threshold: 50
contour_area: 20
improve_contrast: true
detectors:
ov_0:
type: openvino
device: GPU
model:
model_type: yolonas
width: 320 # <--- should match whatever was set in notebook
height: 320 # <--- should match whatever was set in notebook
input_tensor: nchw
input_pixel_format: bgr
path: /config/yolo_nas_m.onnx
labelmap_path: /labelmap/coco-80.txt
ffmpeg:
hwaccel_args: preset-vaapi
version: 0.15-1Relevant Frigate log output2025-06-08 20:33:01.652687257 [INFO] Preparing Frigate...
2025-06-08 20:33:01.703067163 [INFO] Starting Frigate...
2025-06-08 20:33:03.111653966 [2025-06-08 20:33:03] frigate.util.config INFO : Checking if frigate config needs migration...
2025-06-08 20:33:03.126156597 [2025-06-08 20:33:03] frigate.util.config INFO : frigate config does not need migration...
2025-06-08 20:33:03.345873245 [2025-06-08 20:33:03] frigate.app INFO : Starting Frigate (0.15.0-6cb5cfb)
2025-06-08 20:33:03.353073045 [2025-06-08 20:33:03] peewee_migrate.logs INFO : Starting migrations
2025-06-08 20:33:03.353190559 [2025-06-08 20:33:03] peewee_migrate.logs INFO : There is nothing to migrate
2025-06-08 20:33:03.362280672 [2025-06-08 20:33:03] frigate.app INFO : Recording process started: 394
2025-06-08 20:33:03.362533244 [2025-06-08 20:33:03] frigate.app INFO : Review process started: 400
2025-06-08 20:33:03.363544486 [2025-06-08 20:33:03] frigate.app INFO : go2rtc process pid: 98
2025-06-08 20:33:03.370785486 [2025-06-08 20:33:03] detector.ov_0 INFO : Starting detection process: 410
2025-06-08 20:33:03.377932308 [2025-06-08 20:33:03] frigate.app INFO : Output process started: 426
2025-06-08 20:33:03.401536419 [2025-06-08 20:33:03] frigate.app INFO : Camera processor started for Doorbell: 448
2025-06-08 20:33:03.402091152 [2025-06-08 20:33:03] frigate.app INFO : Camera processor started for Garden: 454
2025-06-08 20:33:03.402150385 [2025-06-08 20:33:03] frigate.app INFO : Camera processor started for Driveway: 461
2025-06-08 20:33:03.407282155 [2025-06-08 20:33:03] frigate.app INFO : Capture process started for Doorbell: 465
2025-06-08 20:33:03.434881667 [2025-06-08 20:33:03] frigate.app INFO : Capture process started for Garden: 520
2025-06-08 20:33:03.440689304 [2025-06-08 20:33:03] frigate.app INFO : Capture process started for Driveway: 523
2025-06-08 20:33:03.498873106 [2025-06-08 20:33:03] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-06-08 20:33:03.562679067 [2025-06-08 20:33:03] frigate.api.fastapi_app INFO : FastAPI started
2025-06-08 20:38:11.515860721 [2025-06-08 20:38:11] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 20:38:11.515863889 [2025-06-08 20:38:11] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 20:38:13.463552164 [2025-06-08 20:38:13] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 20:38:13.463598373 [2025-06-08 20:38:13] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 20:38:13.463708816 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fad6cc9240] DTS discontinuity in stream 1: packet 16 with DTS 83971736869054, packet 17 with DTS 83971736871403
2025-06-08 20:38:13.463710516 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fad6cc9240] DTS discontinuity in stream 1: packet 32 with DTS 83971736884263, packet 33 with DTS 83971736887736
2025-06-08 20:38:13.463712019 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fad6cc9240] DTS discontinuity in stream 1: packet 53 with DTS 83971736905065, packet 54 with DTS 83971736908292
2025-06-08 20:38:13.463723626 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fad6cc9240] DTS discontinuity in stream 1: packet 75 with DTS 83971736925809, packet 76 with DTS 83971736928047
2025-06-08 20:38:13.463724645 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x1501fc045280] Failed to sync surface 0x14: 1 (operation failed).
2025-06-08 20:38:13.463734656 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x150214003980] Failed to download frame: -5.
2025-06-08 20:38:13.463739738 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x55fad6de0400] Error while filtering: Input/output error
2025-06-08 20:38:13.463740492 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x55fad6de0400] Task finished with error code: -5 (Input/output error)
2025-06-08 20:38:13.463741242 [2025-06-08 20:38:13] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x55fad6de0400] Terminating thread with return code -5 (Input/output error)
2025-06-08 20:42:49.160810493 [2025-06-08 20:42:49] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 20:42:49.160827839 [2025-06-08 20:42:49] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 20:42:53.475614080 [2025-06-08 20:42:53] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 20:42:53.475616496 [2025-06-08 20:42:53] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 20:42:53.475617479 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x560852971240] DTS discontinuity in stream 1: packet 5 with DTS 83971751740480, packet 6 with DTS 83971751742873
2025-06-08 20:42:53.475618252 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x560852971240] DTS discontinuity in stream 1: packet 30 with DTS 83971751763566, packet 31 with DTS 83971751765713
2025-06-08 20:42:53.475618964 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x560852971240] DTS discontinuity in stream 1: packet 32 with DTS 83971751765714, packet 33 with DTS 83971751768307
2025-06-08 20:42:53.475619805 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x560852971240] DTS discontinuity in stream 1: packet 67 with DTS 83971751798718, packet 68 with DTS 83971751801774
2025-06-08 20:42:53.475620529 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x147e10045300] Failed to sync surface 0xd: 1 (operation failed).
2025-06-08 20:42:53.475621175 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x147e14003980] Failed to download frame: -5.
2025-06-08 20:42:53.475631461 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x5608529fa4c0] Error while filtering: Input/output error
2025-06-08 20:42:53.475632154 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x5608529fa4c0] Task finished with error code: -5 (Input/output error)
2025-06-08 20:42:53.475640731 [2025-06-08 20:42:53] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x5608529fa4c0] Terminating thread with return code -5 (Input/output error)
2025-06-08 20:48:55.373834338 [2025-06-08 20:48:55] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 20:48:55.373836647 [2025-06-08 20:48:55] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 20:49:03.492707206 [2025-06-08 20:49:03] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 20:49:03.492709898 [2025-06-08 20:49:03] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 20:49:03.492710825 [2025-06-08 20:49:03] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x145f88045040] Failed to sync surface 0x11: 1 (operation failed).
2025-06-08 20:49:03.492711466 [2025-06-08 20:49:03] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x145f8c003980] Failed to download frame: -5.
2025-06-08 20:49:03.492712143 [2025-06-08 20:49:03] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x556e2177ea80] Error while filtering: Input/output error
2025-06-08 20:49:03.492712754 [2025-06-08 20:49:03] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x556e2177ea80] Task finished with error code: -5 (Input/output error)
2025-06-08 20:49:03.492713484 [2025-06-08 20:49:03] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x556e2177ea80] Terminating thread with return code -5 (Input/output error)
2025-06-08 20:59:06.989039351 [2025-06-08 20:59:06] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 20:59:06.989057392 [2025-06-08 20:59:06] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 20:59:13.514462713 [2025-06-08 20:59:13] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 20:59:13.514466341 [2025-06-08 20:59:13] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 20:59:13.514467885 [2025-06-08 20:59:13] ffmpeg.Garden.detect ERROR : [rtsp @ 0x562e7cd12240] DTS discontinuity in stream 1: packet 52 with DTS 83971782987441, packet 53 with DTS 83971782990631
2025-06-08 20:59:13.514469048 [2025-06-08 20:59:13] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x1505e0045440] Failed to sync surface 0xc: 1 (operation failed).
2025-06-08 20:59:13.514470051 [2025-06-08 20:59:13] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x1505e8003980] Failed to download frame: -5.
2025-06-08 20:59:13.514470997 [2025-06-08 20:59:13] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x562e7ce01800] Error while filtering: Input/output error
2025-06-08 20:59:13.514471965 [2025-06-08 20:59:13] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x562e7ce01800] Task finished with error code: -5 (Input/output error)
2025-06-08 20:59:13.514472998 [2025-06-08 20:59:13] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x562e7ce01800] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:06:06.284804580 [2025-06-08 21:06:06] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:06:06.284807565 [2025-06-08 21:06:06] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:06:13.480398395 [2025-06-08 21:06:13] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:06:13.484152032 [2025-06-08 21:06:13] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:06:13.484154738 [2025-06-08 21:06:13] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x561f6157e240] DTS discontinuity in stream 0: packet 11 with DTS 83971736816890, packet 12 with DTS 83971736821520
2025-06-08 21:06:13.484168944 [2025-06-08 21:06:13] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x147a18045640] Failed to sync surface 0x14: 1 (operation failed).
2025-06-08 21:06:13.484254189 [2025-06-08 21:06:13] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x147a30003980] Failed to download frame: -5.
2025-06-08 21:06:13.484256163 [2025-06-08 21:06:13] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x561f6166e840] Error while filtering: Input/output error
2025-06-08 21:06:13.484257448 [2025-06-08 21:06:13] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x561f6166e840] Task finished with error code: -5 (Input/output error)
2025-06-08 21:06:13.484258526 [2025-06-08 21:06:13] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x561f6166e840] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:11:18.423147820 [2025-06-08 21:11:18] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:11:18.423151019 [2025-06-08 21:11:18] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:11:23.499813516 [2025-06-08 21:11:23] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:11:23.499816855 [2025-06-08 21:11:23] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:11:23.499833287 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x557925dd8240] DTS discontinuity in stream 1: packet 12 with DTS 83971832340849, packet 13 with DTS 83971832344104
2025-06-08 21:11:23.499909017 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x557925dd8240] DTS discontinuity in stream 0: packet 15 with DTS 83971832344106, packet 16 with DTS 83971832349084
2025-06-08 21:11:23.499911317 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x557925dd8240] DTS discontinuity in stream 1: packet 21 with DTS 83971832349087, packet 22 with DTS 83971832352088
2025-06-08 21:11:23.499912845 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x557925dd8240] DTS discontinuity in stream 0: packet 19 with DTS 83971832349087, packet 20 with DTS 83971832353756
2025-06-08 21:11:23.499920816 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x147adc046380] Failed to sync surface 0x15: 1 (operation failed).
2025-06-08 21:11:23.500009679 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x147ae8003980] Failed to download frame: -5.
2025-06-08 21:11:23.500011722 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x557925e63940] Error while filtering: Input/output error
2025-06-08 21:11:23.500013016 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x557925e63940] Task finished with error code: -5 (Input/output error)
2025-06-08 21:11:23.500014133 [2025-06-08 21:11:23] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x557925e63940] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:15:46.132011160 [2025-06-08 21:15:46] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:15:46.132014242 [2025-06-08 21:15:46] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:15:53.514677649 [2025-06-08 21:15:53] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:15:53.514680883 [2025-06-08 21:15:53] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:15:53.514682184 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x5644a66b6240] DTS discontinuity in stream 0: packet 6 with DTS 83971847214281, packet 7 with DTS 83971847217871
2025-06-08 21:15:53.514683386 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x5644a66b6240] DTS discontinuity in stream 1: packet 14 with DTS 83971847222415, packet 15 with DTS 83971847227355
2025-06-08 21:15:53.514684488 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x5644a66b6240] DTS discontinuity in stream 0: packet 26 with DTS 83971847233907, packet 27 with DTS 83971847237195
2025-06-08 21:15:53.514698035 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x5644a66b6240] DTS discontinuity in stream 0: packet 30 with DTS 83971847238605, packet 31 with DTS 83971847241892
2025-06-08 21:15:53.514699109 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x14b09c046000] Failed to sync surface 0x14: 1 (operation failed).
2025-06-08 21:15:53.514700025 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x14b0a0003980] Failed to download frame: -5.
2025-06-08 21:15:53.514711772 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x5644a67c7200] Error while filtering: Input/output error
2025-06-08 21:15:53.514729824 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x5644a67c7200] Task finished with error code: -5 (Input/output error)
2025-06-08 21:15:53.514731083 [2025-06-08 21:15:53] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x5644a67c7200] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:16:32.416061591 [2025-06-08 21:16:32] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:16:32.416064739 [2025-06-08 21:16:32] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:16:33.521203148 [2025-06-08 21:16:33] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:16:33.521206417 [2025-06-08 21:16:33] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:16:33.521207777 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55a4a3767240] DTS discontinuity in stream 1: packet 9 with DTS 83971860178164, packet 10 with DTS 83971860181203
2025-06-08 21:16:33.521208943 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55a4a3767240] DTS discontinuity in stream 0: packet 10 with DTS 83971860178164, packet 11 with DTS 83971860181238
2025-06-08 21:16:33.521210057 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55a4a3767240] DTS discontinuity in stream 1: packet 26 with DTS 83971860193517, packet 27 with DTS 83971860197362
2025-06-08 21:16:33.524339900 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x146b34045280] Failed to sync surface 0x12: 1 (operation failed).
2025-06-08 21:16:33.524343020 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x146b44003980] Failed to download frame: -5.
2025-06-08 21:16:33.524344204 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x55a4a3857840] Error while filtering: Input/output error
2025-06-08 21:16:33.524345258 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x55a4a3857840] Task finished with error code: -5 (Input/output error)
2025-06-08 21:16:33.524356211 [2025-06-08 21:16:33] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x55a4a3857840] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:18:15.374920582 [2025-06-08 21:18:15] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:18:15.375084675 [2025-06-08 21:18:15] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:18:20.044501741 [2025-06-08 21:18:20] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 21:18:20.044532490 [2025-06-08 21:18:20] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:18:23.535246912 [2025-06-08 21:18:23] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:18:23.535250159 [2025-06-08 21:18:23] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:18:23.535275154 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55bfe92d2240] DTS discontinuity in stream 1: packet 3 with DTS 83971862094827, packet 4 with DTS 83971862098904
2025-06-08 21:18:23.535287462 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55bfe92d2240] DTS discontinuity in stream 0: packet 4 with DTS 83971862094827, packet 5 with DTS 83971862098905
2025-06-08 21:18:23.535385533 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x1536180460c0] Failed to sync surface 0x15: 1 (operation failed).
2025-06-08 21:18:23.535387706 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x15361c003980] Failed to download frame: -5.
2025-06-08 21:18:23.535389046 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x55bfe93c2840] Error while filtering: Input/output error
2025-06-08 21:18:23.535390259 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x55bfe93c2840] Task finished with error code: -5 (Input/output error)
2025-06-08 21:18:23.535410651 [2025-06-08 21:18:23] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x55bfe93c2840] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:18:23.551939261 [2025-06-08 21:18:23] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 21:18:23.551942306 [2025-06-08 21:18:23] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:18:23.551943615 [2025-06-08 21:18:23] ffmpeg.Garden.detect ERROR : [rtsp @ 0x56439fd8e240] DTS discontinuity in stream 1: packet 31 with DTS 83971812250111, packet 32 with DTS 83971812254056
2025-06-08 21:18:23.551944702 [2025-06-08 21:18:23] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x151f3c045140] Failed to sync surface 0x15: 1 (operation failed).
2025-06-08 21:18:23.551956477 [2025-06-08 21:18:23] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x151f48003980] Failed to download frame: -5.
2025-06-08 21:18:23.551957528 [2025-06-08 21:18:23] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x56439fea7340] Error while filtering: Input/output error
2025-06-08 21:18:23.551969521 [2025-06-08 21:18:23] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x56439fea7340] Task finished with error code: -5 (Input/output error)
2025-06-08 21:18:23.552143130 [2025-06-08 21:18:23] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x56439fea7340] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:23:34.983759891 [2025-06-08 21:23:34] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:23:34.983762835 [2025-06-08 21:23:34] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:23:43.551224420 [2025-06-08 21:23:43] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:23:43.551243487 [2025-06-08 21:23:43] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:23:43.551404335 [2025-06-08 21:23:43] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x561adbef7240] DTS discontinuity in stream 0: packet 17 with DTS 83971867385785, packet 18 with DTS 83971867390942
2025-06-08 21:23:43.551406438 [2025-06-08 21:23:43] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x154964046380] Failed to sync surface 0x14: 1 (operation failed).
2025-06-08 21:23:43.551407286 [2025-06-08 21:23:43] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x15496c003980] Failed to download frame: -5.
2025-06-08 21:23:43.551407931 [2025-06-08 21:23:43] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x561adbfcdbc0] Error while filtering: Input/output error
2025-06-08 21:23:43.551408653 [2025-06-08 21:23:43] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x561adbfcdbc0] Task finished with error code: -5 (Input/output error)
2025-06-08 21:23:43.551409373 [2025-06-08 21:23:43] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x561adbfcdbc0] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:24:34.403373850 [2025-06-08 21:24:34] frigate.video ERROR : Driveway: Unable to read frames from ffmpeg process.
2025-06-08 21:24:34.403457817 [2025-06-08 21:24:34] frigate.video ERROR : Driveway: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:24:35.012603642 [2025-06-08 21:24:35] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-06-08 21:24:35.012605999 [2025-06-08 21:24:35] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:24:43.533672351 [2025-06-08 21:24:43] watchdog.Driveway ERROR : Ffmpeg process crashed unexpectedly for Driveway.
2025-06-08 21:24:43.533710442 [2025-06-08 21:24:43] watchdog.Driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:24:43.533748229 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 29 with DTS 83971736886592, packet 30 with DTS 83971736889274
2025-06-08 21:24:43.533771625 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 32 with DTS 83971736889276, packet 33 with DTS 83971736891688
2025-06-08 21:24:43.533869288 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 34 with DTS 83971736891689, packet 35 with DTS 83971736894926
2025-06-08 21:24:43.533871656 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 37 with DTS 83971736894928, packet 38 with DTS 83971736897824
2025-06-08 21:24:43.533873176 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 61 with DTS 83971736917004, packet 62 with DTS 83971736920068
2025-06-08 21:24:43.533874462 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 82 with DTS 83971736937672, packet 83 with DTS 83971736940000
2025-06-08 21:24:43.533884303 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [rtsp @ 0x557fc2886240] DTS discontinuity in stream 1: packet 85 with DTS 83971736940003, packet 86 with DTS 83971736942900
2025-06-08 21:24:43.534028336 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [AVHWFramesContext @ 0x154ba4045900] Failed to sync surface 0xe: 1 (operation failed).
2025-06-08 21:24:43.534030051 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [hwdownload @ 0x154bac003980] Failed to download frame: -5.
2025-06-08 21:24:43.534030959 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [vf#0:0 @ 0x557fc2abacc0] Error while filtering: Input/output error
2025-06-08 21:24:43.534031779 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [vf#0:0 @ 0x557fc2abacc0] Task finished with error code: -5 (Input/output error)
2025-06-08 21:24:43.534032597 [2025-06-08 21:24:43] ffmpeg.Driveway.detect ERROR : [vf#0:0 @ 0x557fc2abacc0] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:24:43.557834006 [2025-06-08 21:24:43] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-06-08 21:24:43.557853677 [2025-06-08 21:24:43] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:24:43.557868117 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x555c2fcc0240] DTS discontinuity in stream 1: packet 7 with DTS 83971882738443, packet 8 with DTS 83971882742905
2025-06-08 21:24:43.557879386 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x555c2fcc0240] DTS discontinuity in stream 0: packet 7 with DTS 83971882738443, packet 8 with DTS 83971882743001
2025-06-08 21:24:43.557890281 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x555c2fcc0240] DTS discontinuity in stream 0: packet 11 with DTS 83971882743003, packet 12 with DTS 83971882746368
2025-06-08 21:24:43.557899976 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x555c2fcc0240] DTS discontinuity in stream 0: packet 19 with DTS 83971882751024, packet 20 with DTS 83971882756371
2025-06-08 21:24:43.557910266 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x555c2fcc0240] DTS discontinuity in stream 0: packet 23 with DTS 83971882756373, packet 24 with DTS 83971882763931
2025-06-08 21:24:43.557921115 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [AVHWFramesContext @ 0x146700046440] Failed to sync surface 0x14: 1 (operation failed).
2025-06-08 21:24:43.557931758 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [hwdownload @ 0x146710003980] Failed to download frame: -5.
2025-06-08 21:24:43.557942464 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x555c2fdb0840] Error while filtering: Input/output error
2025-06-08 21:24:43.557953091 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x555c2fdb0840] Task finished with error code: -5 (Input/output error)
2025-06-08 21:24:43.557964514 [2025-06-08 21:24:43] ffmpeg.Doorbell.detect ERROR : [vf#0:0 @ 0x555c2fdb0840] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:27:29.023944799 [2025-06-08 21:27:29] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 21:27:29.023947332 [2025-06-08 21:27:29] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:27:33.572140325 [2025-06-08 21:27:33] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 21:27:33.572142902 [2025-06-08 21:27:33] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:27:33.572143868 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [rtsp @ 0x561c81074240] DTS discontinuity in stream 1: packet 43 with DTS 83971867460726, packet 44 with DTS 83971867464071
2025-06-08 21:27:33.572144630 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [rtsp @ 0x561c81074240] DTS discontinuity in stream 1: packet 67 with DTS 83971867483472, packet 68 with DTS 83971867486294
2025-06-08 21:27:33.572145410 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x14ee2c045200] Failed to sync surface 0x10: 1 (operation failed).
2025-06-08 21:27:33.572146103 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x14ee38003980] Failed to download frame: -5.
2025-06-08 21:27:33.572146786 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x561c81176e80] Error while filtering: Input/output error
2025-06-08 21:27:33.572147496 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x561c81176e80] Task finished with error code: -5 (Input/output error)
2025-06-08 21:27:33.572148209 [2025-06-08 21:27:33] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x561c81176e80] Terminating thread with return code -5 (Input/output error)
2025-06-08 21:31:44.414007272 [2025-06-08 21:31:44] frigate.video ERROR : Garden: Unable to read frames from ffmpeg process.
2025-06-08 21:31:44.414010679 [2025-06-08 21:31:44] frigate.video ERROR : Garden: ffmpeg process is not running. exiting capture thread...
2025-06-08 21:31:53.585857007 [2025-06-08 21:31:53] watchdog.Garden ERROR : Ffmpeg process crashed unexpectedly for Garden.
2025-06-08 21:31:53.585859419 [2025-06-08 21:31:53] watchdog.Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-08 21:31:53.585860371 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fc28714240] DTS discontinuity in stream 1: packet 3 with DTS 83971893823112, packet 4 with DTS 83971893825713
2025-06-08 21:31:53.585861101 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fc28714240] DTS discontinuity in stream 1: packet 22 with DTS 83971893841207, packet 23 with DTS 83971893843723
2025-06-08 21:31:53.585861828 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fc28714240] DTS discontinuity in stream 1: packet 39 with DTS 83971893856553, packet 40 with DTS 83971893859164
2025-06-08 21:31:53.585862627 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [rtsp @ 0x55fc28714240] DTS discontinuity in stream 1: packet 64 with DTS 83971893881213, packet 65 with DTS 83971893884197
2025-06-08 21:31:53.585863350 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [AVHWFramesContext @ 0x14b5ec045040] Failed to sync surface 0x12: 1 (operation failed).
2025-06-08 21:31:53.585863982 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [hwdownload @ 0x14b604003980] Failed to download frame: -5.
2025-06-08 21:31:53.585864634 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x55fc2879fc80] Error while filtering: Input/output error
2025-06-08 21:31:53.585865293 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x55fc2879fc80] Task finished with error code: -5 (Input/output error)
2025-06-08 21:31:53.585865962 [2025-06-08 21:31:53] ffmpeg.Garden.detect ERROR : [vf#0:0 @ 0x55fc2879fc80] Terminating thread with return code -5 (Input/output error)Relevant go2rtc log outputN/AFFprobe output from your cameraN/AFrigate statsOperating systemUNRAID Install methodDocker Compose Object DetectorOpenVino Network connectionWired Camera make and modelUnifi 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
hawkeye217
Jun 8, 2025
Replies: 1 comment 2 replies
-
|
For the other errors in your log, see the FAQ, Upgrade Issues question 1. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
blair287
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

rtmpwas deprecated many versions ago.For the other errors in your log, see the FAQ, Upgrade Issues question 1.