how do I increase buffer on video-js HTML5 player? I have a US server and in the US is all fine but clients in EU have loading issues related to video caching. buffer size in video.js is constant value and I want to change it.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can now customize the buffer length by modifying videojs.Hls.GOAL_BUFFER_LENGTH
for change buffer size of HLS videos, I tryed and It's work for me