-
Notifications
You must be signed in to change notification settings - Fork 37
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
Card is not loading/rendering all video thumbnails #27
Comments
In Edge browser everything works. Weird as it is also Chromium. |
I think this worked better before implementing that lazy load, so I have reverted that change in v3.3, just released. |
Sorry to say.... it behaves exactly the same. |
Hrm, are you sure you're running the new version and not from cache? Worth a check... Full disclosure, mine still isn't perfect, but it's gone from maybe 50% to 80% of the time it loads. I'll reopen so I can take another look at it. |
Ok, sorry about that. I'll keep swinging... |
Hrm, definitely interesting. Thanks! Not sure why they would be cancelled, especially when just from one browser (which rules out your HA server). But another avenue to research. |
Its the same in Edge. But Endge renders everithing. But same cancelations are there also. Hm... |
Can you try the update I just uploaded (v3.3.1) and see if it works better for you? I can't get it to fail at the moment...but could be the way the wind is blowing... |
This should be much improved if not fixed by the improvements in v3.4. |
For future reference, Chrome has a fixed/non-configurable limit of six concurrent connections to a given HTTP 1.1 host (based on what I see, HA is HTTP1.1) - so any page showing more than six The longer each request takes to complete, the greater the impact -- so the backend HA server's performance is also a critical factor. For example, multiple users/browsers hitting the same application page likely worsens the problem. EDIT: In my experience, this issue may lead to browser "freezing" and/or page crashes on certain platform / version combinations. EDIT: may be related to #68 I find Chrome's limit interferes with web pages that try to show more than a few "live" updating thumbnails/images using multiple Apparently Firefox and some other browsers are more forgiving and/or may be tweaked to support higher limits. My go-to workaround is to use one of the more forgiving browsers to view the page. A proper fix (that ensures broad compatibility/stability) involves re-architecting the page/application to use fewer concurrent connections to the HTTP1.1 host. References: |
Great find. Thanks! |
In Chome web browser, not all video thumbnails are rendered. All files are same format, but randomly some files are not showing thumbanails and video can not be played.
I'm using media source.
Interesting thing is that in Android app as well as IOS app, everything works.
Looks like something to do with scroll any lazy load.
The text was updated successfully, but these errors were encountered: