Nova-YouTube-extension
Nova-YouTube-extension copied to clipboard
[Feature] Uncap Buffer
Is it possible to have youtube to continuously buffer the video? If not close this issue, I just think it's a cool idea.
All the methods I know come down to background emulation of player.seek
here is an active discussion thread https://www.reddit.com/r/chrome/comments/7gzyka/is_there_a_way_to_force_youtube_to_buffer_an/
https://pastebin.com/ZGcpri47
https://extpose.com/ext/nfmmfalangpoddnbmpggkogocecengab Warning. The extension transfers data to its own (now inactive server)
https://chromewebstore.google.com/detail/smartvideo-for-youtube/lnkdbjbjpnpjeciipoaflmpcddinpjjp (https://www.gtricks.com/youtube/3-simple-ways-to-fully-buffer-youtube-video/) here the code is minified but I don’t understand how it works
The operating principle is as stupid as possible. If the video is paused and the buffer has reached the limit, but seek emulation starts. That is, it only works during pause. and I'm not sure that the scripts take into account the length of the video and the available browser buffer size. Especially on a multi-hour stream. I've always found options like this amusing. A huge red button with the inscription "Make everything cool".
for test added Video preload buffer
plugin
I'm loving this test version. I tried the preload buffer and it's kinda buggy, but it seems to work better than the other resources you shared, most of which are outdated.