BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
105 stars 81 forks source link

About the upload bandwidth is much lower than the configured upload bandwidth #376

Open LoyaiHai opened 8 months ago

LoyaiHai commented 8 months ago

Hi @Viish When I put the adaptive rate close: Core. SetAdaptiveRateControlEnabled (false), I found my configuration of upload and download bandwidth than reach my configuration parameter values: My custom configuration: Core.setPreferredVideoDefinitionByName("vga") Core.setPreferredFramerate(15) Core.setDownloadBandwidth(360) Core.setUploadBandwidth(360) I actually got the configuration on the video call:

stats.getDownloadBandwidth() = 200 kbit/s stats.getUploadBandwidth() = 89 kbit/s

And I use your official APK, found that the upload bandwidth will be significantly higher, may I ask how this is going on?

Thank you Cheers!