Comment #13 on issue 16482 by phthoruth: <video autobuffer> not respected http://code.google.com/p/chromium/issues/detail?id=16482
The reason I suggested this feature be implemented, is our startup latency is too high, and this seems like the easiest way to fix it for videos that dont autostart. The implementation would not buffer the entire file... just start to top up the readahead, so that when play is pressed, some bytes are buffered and the video can start immediately. The readahead stops buffering when it is full, so it wouldnt cause eviction. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
