ABR for WSPlayer

Homer

Member
Hi, is the WSPlayer supports abr? If it does, how to enable or configure the abr at the server side?
 

Max

Administrator
Staff member
Good day.
We do not have flexible ABR for WSPlayer (for automatically adapts to any changes in each user's network and playback conditions), but in stream, even though the average bitrate is the same, there will be more bits allocated to complex scenes and fewer to simpler ones. That is why, bitrate will be variable in any case.
Besides, you can change the GOP size or k-frame interval parameters (the default value is 60), quality parameter - mpeg1.qmax (the default value is 24) and mpeg1.qmin (the default value is 4) and trellis quantization - mpeg1.trellis (the default value is 0) in the flashphoner.properties settings (and restart WCS):
Code:
mpeg1.gop_size=<your value>
mpeg1.qmax=<your value>
mpeg1.qmin=<your value>
mpeg1.trellis=<your value>
Parameter 'mpeg1.q...': the lower the value, the better is quality, and the higher bitrate. If value is too low (e.g. 1), bitrate will be too high and vice versa. Better solution - use WebRTC for playback.
 
Last edited:
Top