Closed alez007 closed 1 year ago
Are you reporting an actual problem? These log messages aren't surprising given frigate is shutting down for a restart.
Are you reporting an actual problem? These log messages aren't surprising given frigate is shutting down for a restart.
sorry should have been more clear, ver 0.11 was not throwing them so I thought this might be a problem with 0.12. Basically frigate shuts down ok but the start is full of those errors. Not 100% sure if it flags anything with my setup or cameras or frigate itself.
(also modified the description to say start frigate
instead of restart
)
Thanks
can you provide a full copy of logs? it is not very clear what is happening here. but go2rtc is throwing EOF errors so it is not getting a continuous stream from the camera
Your config lists restream
under roles. That wouldn't cause these errors, but I wouldn't expect Frigate to run at all since that is invalid.
You may want to increase the logging for go2rtc (i think this is the right log type)
go2rtc:
log:
streams: trace
streams:
camera1:
- "ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password="
- ffmpeg:camera1#audio=opus
can you provide a full copy of logs? it is not very clear what is happening here. but go2rtc is throwing EOF errors so it is not getting a continuous stream from the camera
for the life of me I can't replicate it in beta8, I'm gonna close this one for now, I'll increase the logging level as @blakeblackshear suggests and will remove restream, thank you for your help
finally managed to replicate this, server was fine for the past few weeks as I didn't need to restart, not did a small config change (just dropped cat detection) and restarted and these are the full logs:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
every time I start frigate, I'm getting allot of errors looking like this:
after about 2-3 min getting these errors, cameras start to work an they disappear
Version
0.12-beta8
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
UNRAID
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
reolink 520A
Any other information that may be helpful
No response