frigate:0.8.0-beta3 - clips stop working after some time #492
-
Hi all -- I'm trying to track down an issue in frigate:0.8.0-beta3 where after some hours/days clip generation seems to stop working. I can see that object analysis is still working, and the /camera/person/best.jpg file is updates -- the HA sensor sensor.camera_person is also updated, but when the issue is happening the object count seems high. I typically see 9, 10 or 15 as the sensor value. Also the /camera live view point doesn't show a person bounding box when the issue is occurring. Restarting frigate seems to bring clips back to working. I'm running now with full debug logging and will open an issue or try to track the code down myself (Blake is working way to hard at this IMHO) but wanted to post the discussion here in case anyone else has anything to share. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
So far, seeing DEBUG inserts into frigate.db, but nothing actually makes it into the database.
No other errors or debug info present. |
Beta Was this translation helpful? Give feedback.
-
Now on beta-0.80-RC1 -- Clips detection works until this is logged by docker, then after that no more clips are generated:
|
Beta Was this translation helpful? Give feedback.
-
Also maybe a camera crashing, then Frigate goes into a loop with |
Beta Was this translation helpful? Give feedback.
-
Opened a issue: Added some additional debugging: |
Beta Was this translation helpful? Give feedback.
-
Looks like we finally figured it out. Root cause is FFMPEG not existing when losing a RTMP stream. Adding
|
Beta Was this translation helpful? Give feedback.
Looks like we finally figured it out. Root cause is FFMPEG not existing when losing a RTMP stream. Adding
rw_timeout
flag fixes that.