yewtudotbe / invidious-custom

Invidious with some git patches (mostly from existing PRs)
GNU Affero General Public License v3.0
209 stars 37 forks source link

modify buffer #26

Closed unixfox closed 1 year ago

unixfox commented 2 years ago

the buffer is probably too harsh and use a lot of bandwidth https://github.com/videojs/http-streaming/blob/main/src/config.js

how to do it: https://github.com/videojs/http-streaming/issues/715#issuecomment-603219879 and https://github.com/videojs/http-streaming/issues/192#issuecomment-477742194


Can't control it on default HTML video player: https://github.com/videojs/video.js/issues/1725

unixfox commented 2 years ago

Maybe modify https://github.com/iv-org/invidious/blob/master/assets/js/player.js#L5

unixfox commented 1 year ago

Modified