[HW Accel Support]: Common that camera stream fails every 2 hours to 30 min? #20116
Replies: 1 comment
-
It is not normal or expected for a camera stream in Frigate to consistently fail and restart every 30 minutes to 2 hours(1). The documentation does not specify this as standard behavior. Frigate will attempt to reconnect to a camera stream if ffmpeg or go2rtc encounters an error, but persistent or periodic failures like this indicate an underlying issue with the stream stability, network, camera, or configuration(2)(1). You can adjust the ffmpeg retry interval with the ffmpeg:
retry_interval: 10 For your AXIS p1245 camera, ensure your RTSP/stream configuration matches recommended practices, and check for network or camera-side issues(2). Review the stability and reliability of the RTSP stream outside of Frigate (using VLC or ffprobe), and consider temporarily bypassing go2rtc to isolate where the failure occurs(2). If the issue persists, review the Frigate logs and camera logs for any additional error details that might indicate the source of the interruption(2)(1). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I see in my logs lists of the same error every 30 min up to 2 hours interval, where ffmpeg and go2rtc fails to read from stream and it restarting. Is this normal behavior?
Version
0.16
Frigate config file
docker-compose file or Docker CLI command
N/A
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Install method
Proxmox via TTeck Script
Object Detector
TensorRT
Network connection
Mixed
Camera make and model
AXIS p1245
Screenshots of the Frigate UI's System metrics pages
N/A
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions