Page 1 of 1

Video and download question

Posted: Thu Apr 16, 2026 12:36 pm
by alan_sh
If I use the video object and link it to a video (mp4) on the server, when a customer starts to play it, does the video need to be downloaded before it will start playing or will it grab frames from the server as it goes on?

cheers

Alan

Re: Video and download question

Posted: Thu Apr 16, 2026 12:52 pm
by crispy68
I'm pretty sure at some point it streams it unless you check to preload it first.

Re: Video and download question

Posted: Thu Apr 16, 2026 1:07 pm
by Pablo
The preload attribute is only a browser hint. preload="auto" may cause substantial or even full prefetching, but not always. With preload="none" or metadata, the browser usually delays downloading more data until playback is requested. Video playback can still start before the whole file is downloaded, depending on buffering and server/browser behavior

Re: Video and download question

Posted: Thu Apr 16, 2026 7:30 pm
by alan_sh
Sorry

Re: Video and download question

Posted: Thu Apr 16, 2026 10:36 pm
by BaconFries
I have deleted my answer/reply on this..

Re: Video and download question

Posted: Fri Apr 17, 2026 11:40 am
by alan_sh
Me too