I'm trying to change the max buffer length on my video streaming in clappr video player. I know that in HLS format the way to do it is like this:
player = new Clappr.Player({
playback: {
hlsjsConfig: {
maxMaxBufferLength: 30
}}})
And it's realy working for HLS videos, I'm looking for equivalent way to do it with MPEG-dash foramt