Nova-YouTube-extension icon indicating copy to clipboard operation
Nova-YouTube-extension copied to clipboard

[Feature] Uncap Buffer

Open zkisaboss opened this issue 1 year ago • 2 comments

Is it possible to have youtube to continuously buffer the video? If not close this issue, I just think it's a cool idea.

zkisaboss avatar Jan 29 '24 23:01 zkisaboss

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

Magic Actions for YouTube™ Screenshot from 2024-01-30 12-12-49

https://extpose.com/ext/nfmmfalangpoddnbmpggkogocecengab Warning. The extension transfers data to its own (now inactive server) Screenshot from 2024-01-30 12-15-57

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".

raingart avatar Jan 30 '24 10:01 raingart

for test added Video preload buffer plugin

raingart avatar Jan 30 '24 13:01 raingart

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.

zkisaboss avatar Feb 04 '24 20:02 zkisaboss