We are using Clappr Player to live stream HLS.
We are trying to make the video start playing quicker.
Anyone know if there is a way to set the initial buffer size of Clappr Player?
I want to set it lower to seep up the video starting...
Thanks.
We are using Clappr Player to live stream HLS.
We are trying to make the video start playing quicker.
Anyone know if there is a way to set the initial buffer size of Clappr Player?
I want to set it lower to seep up the video starting...
Thanks.
Clappr uses
hls.js
. You should be able to pass ahlsjsConfig
object in the player's configuration. You can find the fine-tuning options here.That being said you probably need to tweak the HLS encoding too.