I am trying to set up a very basic html5 page that downloads video in .mp4 format, which is 20 MB. It looks like the browser needs to download the whole thing, and not just play the first part of the video and stream the rest.
This post is the closest thing I found during the search ... I tried both Hand Brake and Data Go Round, none of them changed:
Any ideas on how to do this or if possible?
Here is the code I'm using:
<video controls="controls"> <source src="/video.mp4" type="video/mp4" /> Your browser does not support the video tag. </video>
html5 large-files video streaming
longda Apr 26 '12 at 6:40 2012-04-26 06:40
source share