[Support]: Live view not working #13093
Unanswered
phoenixtechnam
asked this question in
Camera Support
Replies: 2 comments 16 replies
-
What browser are you using, and what codec are your cameras sending? |
Beta Was this translation helpful? Give feedback.
16 replies
-
I have created a PR with fixes and improvements for live view, including improved intelligence for falling back to WebRTC when MSE fails. It may not fix your specific codec issues, but it could help you not see an endless spinning activity indicator as much when trying to view an individual camera's live stream. |
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
-
Describe the problem you are having
When opening any live view in the latest Frigate, no video is shown. Browser console reports "Uncaught (in promise) DOMException: The element has no supported sources."
My setup:
10x cameras from different vendors
All have a main stream (HD viewing, recording) and sub-stream (low-res detection)
Official Home Assistant integration
Frigate shows all substreams in main panel without issues
Frigate shows all high-res recordings
Home Assistant plays all cameras and all streams without issues using the frigate integration (with go2rtc re-stream)
But Frigate fails to load the main streams when opening camera live views.
Browser console reports "Uncaught (in promise) DOMException: The element has no supported sources."
I tested the different go2rtc stream links. MSE fails to load any camera, only the WebRTC streams work flawlessly.
So I suspect Frigate is trying to use MSE but does not give me an option to change to WebRTC in live view.
Kindly assist, thank you in advance.
Steps to reproduce
Set up cameras with main streams and sub-streams.
then go to LIVE VIEW in Frigate
Version
0.14
Frigate config file
Relevant log output
Browser console reports "Uncaught (in promise) DOMException: The element has no supported sources."
Operating system
UNRAID
Install method
Docker Compose
Network connection
Wired
Camera make and model
various
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions