As you can see, actually your bitrate is too low to have a good quality.
You can increase bitrate using the following settings:
/usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
1. Switch to VP8 priority codec:
Do replace
with
2. Set min bitrate limit
You can try one of these settings or both.
To apply settings you have to perform WCS restart
You can increase bitrate using the following settings:
/usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
1. Switch to VP8 priority codec:
Do replace
Code:
codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,h264,vp8,flv,mpv
Code:
codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,vp8,h264,flv,mpv
Code:
webrtc_cc_min_bitrate=300000
To apply settings you have to perform WCS restart
Code:
service webcallserver restart