mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
fixes video quality problem at high definition and bitrate
- key frame spoofing because of loss reported very fast resulting in target bitrate largely exceeded - rate control algorithm taking decision too often due to loss rate estimator counting packets only (not time)
This commit is contained in:
parent
4f23779ab6
commit
91d660562f
3 changed files with 3 additions and 3 deletions
|
|
@ -1218,7 +1218,7 @@ void linphone_core_set_adaptive_rate_algorithm(LinphoneCore *lc, const char* alg
|
|||
* See linphone_core_set_adaptive_rate_algorithm().
|
||||
**/
|
||||
const char * linphone_core_get_adaptive_rate_algorithm(const LinphoneCore *lc){
|
||||
return lp_config_get_string(lc->config, "net", "adaptive_rate_algorithm", "Simple");
|
||||
return lp_config_get_string(lc->config, "net", "adaptive_rate_algorithm", "Stateful");
|
||||
}
|
||||
|
||||
bool_t linphone_core_rtcp_enabled(const LinphoneCore *lc){
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1f1dc7d66dfc8c0fe06c56bbdbebf99795e68a3a
|
||||
Subproject commit 674ce09c17014bcf62e89bbddee624f74eee88d1
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 4077e127ee731b0797a9303d55f0d61bcb947bf8
|
||||
Subproject commit f1e77dd83f697954e78e024e6c837f32fc70ba5f
|
||||
Loading…
Add table
Reference in a new issue