javascript - Load video entirely, so no partial loading occurs -


I have a page where I'm displaying a video of approximately 7 MB, I have a canplaythrough < / Code> Callback is implemented until it does not check on anyone's slow Internet connection, it worked fine. What I'm actually doing is loading in a big video and helping to show it to different parts of the video.

But sometimes it gets trapped in the hall and partial loading, which starts the portion again. How can it ensure that the video is loading completely and that the browser will not reload any part?

How buffer is specified in the video, it is not defined in specifications and it is entirely dependent on browser vendors how they implement the buffering mechanism.

A buffering takes into account such as preload time, the speed of the network, but it will also take unnecessary space on the disc to prevent large files from downloading on the user's computer.

It's being said that - Some browsers are currently experiencing some problems with buffering mechanisms like Chrome browser that do not always work. Expected work If you're using Chrome then deal with your code and landscape Try another browser to check it out.


Comments