How can I force the browser to begin downloading a video stream (or video file) without triggering it to play immediately? Please note, I will want to play this video to the user – but not immediately, so the goal is to pre-fetch.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Specify the
preloadattribute in the<video>element to indicate that the browser should start downloading the file as soon as the page loads; for example: