Can the HTML5 Video tag be utilized to load an MP4 file while managing the amount of data downloaded/buffered from the server (assuming byte ranges are supported)?
In essence, I would like to specify "only download 60 seconds ahead" in order to prevent the browser from downloading a full 2 GB file when the user is likely to leave before watching the entire video.