change default dscp for video, because it is problematic on some routers to have two streams in parallel using the same dscp value.

This commit is contained in:
Simon Morlat 2014-01-09 19:00:17 +01:00
parent 996a6a0d0f
commit 71e654ad95
2 changed files with 2 additions and 2 deletions

View file

@ -6272,7 +6272,7 @@ void linphone_core_set_video_dscp(LinphoneCore *lc, int dscp){
*
**/
int linphone_core_get_video_dscp(const LinphoneCore *lc){
return lp_config_get_int(lc->config,"rtp","video_dscp",0x2e);
return lp_config_get_int(lc->config,"rtp","video_dscp",0);
}

@ -1 +1 @@
Subproject commit 98c240f782a04db0cca32656635f5674eb933fd7
Subproject commit f17f4520583843757237214b54ce8770886f7752