Skip to content
Advertisement

Tag: html5-video

Browser sending request for already buffered video data

Problem As the title says, I’m seeing an issue where the browser (when seeking through a video) is constantly making requests for ranges of bytes it should already have. Code I’ve provided a minimal code sample; to replicate the issue, whip around the current time control on the video and look at your network log. Question Can someone explain why

Javascript: frame precise video stop

I would like to be able to robustly stop a video when the video arrives on some specified frames in order to do oral presentations based on videos made with Blender, Manim… I’m aware of this question, but the problem is that the video does not stops exactly at the good frame. Sometimes it continues forward for one frame and

Don’t preload video, but still show “thumbnail”

I’m trying to display many video thumbnails/posters without actually loading the video… Bascially what I’ve got is the following: That hole thing is in a foreach loop and with that, it loads up to 100 videos on one page… My problem now is that this gets super slow, the more videos there are load at once.. Now I found this

HTML & JavaScript – can’t unmute html5 video

I got a very annoying problem. I try for a few hours to unmute an HTML5 video with a ‘muted’ flag, but all that I try doesn’t work. Sadly, that doesn’t work, and removing the muted prop from the code makes nothing, the video stays muted. Is there any solution to force a unmute from the video? Or can anyone

Advertisement