-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 is not rendered inside group #4286
Comments
Additional question: is it possible to display |
https://jsfiddle.net/r2nuv845/7/ The problem is that you should disable the cache for that Group containing video and buttons. |
What is poster of video tag? |
Thanks! Here is the description of the poster: https://www.w3schools.com/tags/att_video_poster.asp |
I just have checked, adding |
OK, play/pause issue is solved by disable caching for both groups |
so poster is an attribute. |
OK, Will try. Thanks a lot! |
Version
1.7.17
I'm trying to create video player using fabric.js.
First task is to create play/pause button.
Change button style on mouseover is not working due to #4115 :(
Somehow video is not being rendered inside group :(
Test Case
https://jsfiddle.net/solomax666/r2nuv845/
Steps to reproduce
Expected Behavior
Video is being played on canvas
Actual Behavior
There is the sound but video frames are not being updated
Frame-by-frame animation can be created by continuously clicking play/pause button
The text was updated successfully, but these errors were encountered: