Good day.
We checked your logs and we have a few comments:
1. We not see that you applied settings that we
recommended. They should help.
Please add these settings to /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties file:
Code:
webrtc_cc_min_bitrate=1000000
webrtc_cc_max_bitrate=1000000
webrtc_sdp_min_bitrate_bps=1000000
webrtc_sdp_max_bitrate_bps=1000000
2. You have 14 Gb RAM on your server. Recommended to allocate at least 1/2 of server physical memory for Java memory heap. For example, if server RAM is 14 Gb, then it is recommended to allocate 7 Gb with the following settings in /usr/local/FlashphonerWebCallServer/conf/wcs-core.properties file:
And comment out this setting:
3. Restart WCS:
Code:
/usr/local/FlashphonerWebCallServer/bin/webcallserver restart