[Camera Support]: Minor - "method DESCRIBE failed: 404 Not Found" several times on startup #14749
Unanswered
leccelecce
asked this question in
Camera Support
Replies: 1 comment
-
Your assessment is likely correct, go2rtc just hasn't started your stream yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the problem you are having
I see this repeated 3x times reliably on startup. From memory it happened on 0.14 too.
I suspect it's unimportant as everything works fine, so maybe Frigate or go2rtc are still starting up processes/camera feeds, but given it is untagged and has no severity, it sticks out in the logs.
It's being logged by ffmpeg's rtsp code here:
https://github.com/FFmpeg/FFmpeg/blob/f3eb622fc455cbef7b2fc9efacd82666e16ffd76/libavformat/rtsp.c#L1439
I do have a few cameras where I use ffmpeg to downsize resolution/rotate the feed. I'm wondering if go2rtc tries to set those streams up, but hasn't yet finished connecting to the parent camera feed yet. If I comment out/disable all but one camera (but leave one of the ffmpeg feeds in), the issue seems to go away so it's not quite 100% reproducible.
If it's not an easily solvable issue, maybe the tag/severity can be added at least?
Steps to reproduce
Version
0.15.0-ac8ddad
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
n/a
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
Various Hikvision and others
Screenshots of the Frigate UI's System metrics pages
n/a
Any other information that may be helpful
n/a
Beta Was this translation helpful? Give feedback.
All reactions