Increase buffer size or time for video js HTML5 player

how to increase buffer on video js html5 player? I have an American server and everything is fine in the USA, but customers in the EU have problems with downloading related to video caching. The buffer size in video.js is a constant value, and I want to change it.

+7
source share
1 answer

Now you can adjust the buffer length by changing videojs.Hls.GOAL_BUFFER_LENGTH for the size of the HLS video change buffer, I tried and it works for me

+1
source

All Articles