You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm loading the demo-site "custom-html5-video.surge.sh" using Mozilla Firefox v87 (on Windows x64) the first time,
everything works fine.
When I'm reloading the page, the script is unable to read the video duration (see attachment).
The console doesn't output any related warnings or errors.
This also occures using other mp4 video sources independent from the server. I tried the code on my server as well.
2021-04-13_22h41_08.mp4
I tried adding a default max-attribute to #seek and a lot of other things including changing the method to access the "max"-attribute to element.max instead of element.getAttribute('max') but I can't get it to work. 🤷🏻♂️
Greetz, nichtsooft
The text was updated successfully, but these errors were encountered:
Hi there!
When I'm loading the demo-site "custom-html5-video.surge.sh" using Mozilla Firefox v87 (on Windows x64) the first time,
everything works fine.
When I'm reloading the page, the script is unable to read the video duration (see attachment).
The console doesn't output any related warnings or errors.
This also occures using other mp4 video sources independent from the server. I tried the code on my server as well.
2021-04-13_22h41_08.mp4
I tried adding a default max-attribute to #seek and a lot of other things including changing the method to access the "max"-attribute to element.max instead of element.getAttribute('max') but I can't get it to work. 🤷🏻♂️
Greetz, nichtsooft
The text was updated successfully, but these errors were encountered: