[Support]: (some) cameras freeze on live view #19300
Replies: 3 comments 2 replies
|
Your description matches known behavior in Frigate when using multiple streams (main/sub) with go2rtc for live view. Frigate's live view is designed to load a lower-resolution stream (typically the substream) first for a quick display, then switch to the main (high-res) stream when available. If some cameras remain stuck on the substream or freeze, it often points to stream compatibility, network, or configuration mismatches(1)(2)(3). Here are some actionable steps and checks based on the documentation:
If you still experience freezing, verify the above points, especially codec and keyframe settings, and consider temporarily setting all live views to use only substreams to isolate the issue. 📚 Sources:
Have another question? Just tag @inkeep. |
|
When you say the live view, do you mean the main camera dashboard or individual camera live view? Frigate will only show the live view on the multi-camera dashboard when that camera has activity (motion or objects). Otherwise, it is just a still image to save bandwidth, increase loading performance, and not waste resources on cameras where nothing is happening. |
|
You're running Frigate 0.15, which is the current stable version - but the documentation has been updated for Frigate 0.16 (currently in release candidate status) with answers to the common questions about Live view in Frigate that should help you: https://deploy-preview-16390--frigate-docs.netlify.app/configuration/live/#live-view-faq See question 3 and 5. Note that the "continuous streaming" feature mentioned in those docs is relevant to Frigate 0.16 only. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
So I am just setting Frigate up and I have successfully connected 5 Cameras.
I also enabled go2rtc for my 5 Cams. Via restream I am trying to display the camera feed.
Now the problem:
Everytime I go on Liveview only some camerafeeds load, the others do not. The not-loading cams show a frozen picture from the second I loaded the site.
It looks like the substream is loaded everytime I open live view and then after a second or so the High-Definition stream is loading. But not on all cams. Some just stay frozen on the substream-frame. I can see this easily because my substream is 16:9 and the mainstream is 4:3.
Is this a bug or does anybody see something in my config which is causing this?
Thanks for your help.
Version
0.15.2-3bda638
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Other Linux
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
All reactions