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:
Simon Morlat 2014-10-25 15:23:34 +02:00
parent 4f23779ab6
commit 91d660562f
3 changed files with 3 additions and 3 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit 4077e127ee731b0797a9303d55f0d61bcb947bf8
Subproject commit f1e77dd83f697954e78e024e6c837f32fc70ba5f