Is it possible to use an HTML5 Video tag to load an MP4, but control how much of the file is downloaded/buffered from the server (assume it supports byte ranges).
Essentially, I’d like to be able to say “only download 60 seconds ahead” so I can avoid the browser downloading an entire 2 GB file when the user is going to end up bouncing anyway.