|
|
|
|
|
by wordofx
432 days ago
|
|
> If your HTTP server provides and supports the appropriate headers and you’re serving supported file types, then it absolutely is true. No. When you play a file in the browser with a video tag. It requests the file. It doesn’t ask for a range. It does use the range if you seek it, or you write the JavaScript to fetch based on a range. That’s why if you press play and pause it buffers the whole video. Only if you write the code yourself can you partially buffer a while like YouTube does. |
|
> That’s why if you press play and pause it buffers the whole video.
Browsers don't do that.