I am sure I am doing something wrong there. I hope that you'd tell me/help me to solve that.
I am building a webpage where there are mp4 videoclips in mute loop mode, and when I click on them, I would then have your plugin acting, with controls and sounds.
The first part is working ! It's rather fun actually that it does.
The second part, with plugin acting, not so much. The plugin makes the whole screen dark, tries to frame something (grey rectangle) and I have sound. But no image displaying.
I got this message from the browser :
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request.
(Obviously I did not request that fetching the media was aborted)
other issues :
Will-change memory consumption is too high. Budget limit is the document surface area multiplied by 3 (113378 px). Occurrences of will-change over the budget will be ignored.
Error in parsing value for ‘width’. Declaration dropped.
Last error is weird as I copied the dimensions directly from the file's properties.
Here is the html code specifically on that videoclip
I am sure I am doing something wrong there. I hope that you'd tell me/help me to solve that.
I am building a webpage where there are mp4 videoclips in mute loop mode, and when I click on them, I would then have your plugin acting, with controls and sounds.
The first part is working ! It's rather fun actually that it does.
The second part, with plugin acting, not so much. The plugin makes the whole screen dark, tries to frame something (grey rectangle) and I have sound. But no image displaying.
I got this message from the browser :
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request.
(Obviously I did not request that fetching the media was aborted)
other issues :
Last error is weird as I copied the dimensions directly from the file's properties.
Here is the html code specifically on that videoclip
Thank you in advance.