|
|
|
|
|
by achairapart
1701 days ago
|
|
Agree with your points, but the HTML5 video tag is still broken. For example, on many browsers (Chrome and Safari at least) if you put a video on loop, with certain sizes, the internal logic makes it re-download the same video ignoring any server cache headers. That's it, if you leave a browser open with the same video in loop, it will suck your bandwidth forever. I think the same happens if you seek through video playback. To avoid this you need to put in some javascript that preload the whole video and make it a blob, or something similar. |
|