[Support]: All cameras 'no frames received' from firgate front end #19895
Replies: 2 comments
-
The “No frames received…” message means Frigate’s ffmpeg process was unable to get video frames from your cameras within the expected time window, so it restarted the stream capture. This can happen for several reasons, including network issues, camera firmware hiccups, hardware resource exhaustion, or temporary glitches in the decoding pipeline(1)(2). A full system reboot restoring normal operation suggests the issue might have been resource exhaustion (CPU, memory, or hardware acceleration) or something causing the ffmpeg processes to hang and not recover automatically(2). Check your system’s resource usage (CPU, RAM, disk IO) and hardware acceleration settings. For Intel GPUs, ensure the proper driver is set with the If this recurs, check Frigate’s logs for ffmpeg or hardware errors during the outage window. You can also try increasing shared memory ( More details on Frigate’s architecture, troubleshooting, and resource calculation are available here: 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
The AI is correct here. There's no way to know what truly happened without more logs. If the issue recurs, grab your go2rtc logs and screenshots of the metrics pages. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
After running fine for the last week or so, this moring I awoke to see 'No frames received...' message on all cameras. I restarted, no change, I restarted the docker container, no change. I resorted to rebooting the underlying system (linux) and all came back. Just wondering what might have cuased this given that things were running so smooth. All advice welcome - thanks
Version
0.16-0
What browser(s) are you using?
Chrome
Frigate config file
Relevant Frigate log output
2025-09-03 07:50:43.965764749 [INFO] Preparing Frigate...
2025-09-03 07:50:44.427600085 [INFO] Starting Frigate...
2025-09-03 07:50:46.687577072 [2025-09-03 07:50:46] frigate.util.config INFO : Checking if frigate config needs migration...
2025-09-03 07:50:46.741693450 [2025-09-03 07:50:46] frigate.util.config INFO : frigate config does not need migration...
2025-09-03 07:50:46.782927724 [2025-09-03 07:50:46] frigate.config.config WARNING : front-door is configured to track ['face'] objects, which are not supported by the current model.
2025-09-03 07:50:46.785189985 [2025-09-03 07:50:46] frigate.config.config WARNING : drive is configured to track ['face'] objects, which are not supported by the current model.
2025-09-03 07:50:46.787005264 [2025-09-03 07:50:46] frigate.config.config WARNING : conservatory is configured to track ['face'] objects, which are not supported by the current model.
2025-09-03 07:50:46.792468973 [2025-09-03 07:50:46] frigate.app INFO : Starting Frigate (0.16.0-c2f8de9)
2025-09-03 07:50:46.800269045 [2025-09-03 07:50:46] peewee_migrate.logs INFO : Starting migrations
2025-09-03 07:50:46.801741081 [2025-09-03 07:50:46] peewee_migrate.logs INFO : There is nothing to migrate
2025-09-03 07:50:47.010469530 [2025-09-03 07:50:47] frigate.app INFO : Recording process started: 378
2025-09-03 07:50:47.036561808 [2025-09-03 07:50:47] frigate.app INFO : Review process started: 386
2025-09-03 07:50:47.044532758 [2025-09-03 07:50:47] frigate.app INFO : go2rtc process pid: 120
2025-09-03 07:50:47.065120959 [2025-09-03 07:50:47] detector.ov INFO : Starting detection process: 403
2025-09-03 07:50:47.067732448 [2025-09-03 07:50:47] frigate.app INFO : Embedding process started: 406
2025-09-03 07:50:47.071791032 [2025-09-03 07:50:47] frigate.comms.webpush WARNING : Email must be provided for push notifications to be sent.
2025-09-03 07:50:47.097013787 [2025-09-03 07:50:47] frigate.app INFO : Output process started: 445
2025-09-03 07:50:47.100327877 loading data from : /config/model_cache/facedet/landmarkdet.yaml
2025-09-03 07:50:47.332852643 [2025-09-03 07:50:47] frigate.app INFO : Camera processor started for front-door: 471
2025-09-03 07:50:47.351168242 [2025-09-03 07:50:47] frigate.app INFO : Camera processor started for drive: 477
2025-09-03 07:50:47.373804166 [2025-09-03 07:50:47] frigate.app INFO : Camera processor started for conservatory: 486
2025-09-03 07:50:47.413402376 [2025-09-03 07:50:47] frigate.app INFO : Capture process started for front-door: 506
2025-09-03 07:50:47.438573138 [2025-09-03 07:50:47] frigate.app INFO : Capture process started for drive: 517
2025-09-03 07:50:47.473661314 [2025-09-03 07:50:47] frigate.app INFO : Capture process started for conservatory: 531
2025-09-03 07:50:47.586033774 [2025-09-03 07:50:47] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-09-03 07:50:47.906353578 [2025-09-03 07:50:47] frigate.api.fastapi_app INFO : FastAPI started
2025-09-03 07:50:48.216225456 INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
2025-09-03 07:51:07.444308719 [2025-09-03 07:51:07] watchdog.front-door INFO : No frames received from front-door in 20 seconds. Exiting ffmpeg...
2025-09-03 07:51:07.445429781 [2025-09-03 07:51:07] watchdog.front-door INFO : Waiting for ffmpeg to exit gracefully...
2025-09-03 07:51:07.481300585 [2025-09-03 07:51:07] watchdog.drive INFO : No frames received from drive in 20 seconds. Exiting ffmpeg...
2025-09-03 07:51:07.482262410 [2025-09-03 07:51:07] watchdog.drive INFO : Waiting for ffmpeg to exit gracefully...
2025-09-03 07:51:07.522029150 [2025-09-03 07:51:07] watchdog.conservatory INFO : No frames received from conservatory in 20 seconds. Exiting ffmpeg...
2025-09-03 07:51:07.523244993 [2025-09-03 07:51:07] watchdog.conservatory INFO : Waiting for ffmpeg to exit gracefully...
2025-09-03 07:51:37.476462748 [2025-09-03 07:51:37] watchdog.front-door INFO : FFmpeg did not exit. Force killing...
2025-09-03 07:51:37.484183581 [2025-09-03 07:51:37] frigate.video ERROR : front-door: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.485645579 [2025-09-03 07:51:37] frigate.video ERROR : front-door: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.487079521 [2025-09-03 07:51:37] frigate.video ERROR : front-door: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.487884626 [2025-09-03 07:51:37] frigate.video ERROR : front-door: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.488653969 [2025-09-03 07:51:37] frigate.video ERROR : front-door: ffmpeg process is not running. exiting capture thread...
2025-09-03 07:51:37.489862961 [2025-09-03 07:51:37] watchdog.front-door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-03 07:51:37.490843833 [2025-09-03 07:51:37] watchdog.front-door INFO : Restarting ffmpeg...
2025-09-03 07:51:37.513164332 [2025-09-03 07:51:37] watchdog.drive INFO : FFmpeg did not exit. Force killing...
2025-09-03 07:51:37.521846370 [2025-09-03 07:51:37] frigate.video ERROR : drive: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.522956891 [2025-09-03 07:51:37] frigate.video ERROR : drive: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.524954681 [2025-09-03 07:51:37] frigate.video ERROR : drive: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.526134381 [2025-09-03 07:51:37] frigate.video ERROR : drive: ffmpeg process is not running. exiting capture thread...
2025-09-03 07:51:37.527520756 [2025-09-03 07:51:37] watchdog.drive ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-03 07:51:37.528386208 [2025-09-03 07:51:37] watchdog.drive INFO : Restarting ffmpeg...
2025-09-03 07:51:37.554223332 [2025-09-03 07:51:37] watchdog.conservatory INFO : FFmpeg did not exit. Force killing...
2025-09-03 07:51:37.562945952 [2025-09-03 07:51:37] frigate.video ERROR : conservatory: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.564594313 [2025-09-03 07:51:37] frigate.video ERROR : conservatory: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.565849596 [2025-09-03 07:51:37] frigate.video ERROR : conservatory: Unable to read frames from ffmpeg process.
2025-09-03 07:51:37.566939659 [2025-09-03 07:51:37] watchdog.conservatory ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-03 07:51:37.567698874 [2025-09-03 07:51:37] frigate.video ERROR : conservatory: ffmpeg process is not running. exiting capture thread...
2025-09-03 07:51:37.569096711 [2025-09-03 07:51:37] watchdog.conservatory INFO : Restarting ffmpeg...
frigate-logs (2).txt
Displaying frigate-logs (2).txt.
FFprobe output from your camera
Frigate stats
none taken whilst problem existed
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
CPU (no coral)
Network connection
Wired
Camera make and model
reolink and sannce
Screenshots of the Frigate UI's System metrics pages
none taken whilst problem existed
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions