-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Video Poster not showing after upgrade to 3.5.10 #1763
Comments
Same here, some context updating from 3.5.6 bundled with wplyr wordpress addon (with some other libs also updated there). |
As a result of this issue I reverted back to using the HTML5 poster image as-is rather than using a custom container for it. This prevented the multiple downloads (even though it should be cached, so shouldn't be an issue really). However, it has the downside of meaning that the poster image only shows on initial load. If the |
Thanks @sampotts I would suggest that we can live with download of poster twice (as you said it would be rendered from cache locally) but not displaying of poster image would be a considerable issue. Currently in our scenario, the video is not played but its meta-data is getting loaded so that the poster image is lost immediately after loading. Another fix could be to show poster image unless the video is played irrespective of its meta-data preload. |
The poster does display though. You can see it on https://plyr.io. Other than using the custom element, we have no control over when the poster image shows. It's behavior controlled by the browsers; which is basically hide it as soon as |
Thanks @sampotts The poster issue is bothering when we attach HLS stream to the player and from the example that you have provided at https://codepen.io/pen?template=oyLKQb, this does not show the poster. When I change the plyr version to 3.5.8 it works. Would appreciate your help on this. |
The poster image on the player is not getting displayed after we upgraded the player to 3.5.10. Its working fine when we downgrade to 3.5.6. On the updated version, we just see black (blank) screen and not the poster image.
The text was updated successfully, but these errors were encountered: