-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Camera Streams Often Fall Behind #20488
Comments
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Still a thing. |
Yup, still a thing |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Checklist
Describe the issue you are experiencing
The video player for live camera streams often falls behind if there is an interruption to video playback. Interruption to video playback can include (but not limited to):
Describe the behavior you expected
Video players should detect and automatically correct when they are lagging behind more than expected.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
core-2024.4.2
What was the last working version of Home Assistant Core?
Never
In which browser are you experiencing the issue with?
Edge/Chrome/Firefox/everything
Which operating system are you using to run this browser?
Windows 10/Windows 11/Android 12-14
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
This has been a long-standing Home Assistant frontend issue. The video player is not able to self-heal and realize when it has fallen behind in playback. This is often reported as video delay, but this is not related to the HLS video delay issue that causes a 15-30 second video delay. You can easily reproducible it with a LL-HLS setup that starts with an initial 1-2 second video delay that can easily become 30 seconds or even a few minutes.
The only way to "solve" the delay is to reload the page. Which for mobile apps is not really possible. The video player itself should be able to auto-correct these delays.
The text was updated successfully, but these errors were encountered: