Expand `lazy_unload` to support either/both lazy unloading on carousel moves or tab being hidden
See original GitHub issueChecklist:
- I updated to the latest version available
- I cleared the cache of my browser
Release with the issue: 3.0.0
Last working release (if known):
Browser and Operating System: Firefox, Chromium
Description of problem:
With lazy_load: true
and lazy_unload: true
when you watch HA live provider camera stream and then switch to other tab, video player is paused but it keeps fetching stream data in the background. When you switch back tab, video is unpaused and it resumes from the position you left it. Based on documentation, it should unload camera and not pause when lazy_unload: true
.
Actually, this is the behaviour I would like, but with one correction - do not pause the video and keep it running in the background, but keep existing lazy_unload
behaviour when switching through cameras in carousel.
Why keep running camera stream in the background? It’s because I have cameras with audio support and I would like to continue listen camera stream while browsing in other tabs, unless it’s paused/stopped by me.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top GitHub Comments
Will be in v4.0.0.
[Split into two separate bugs]