mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
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:
parent
996a6a0d0f
commit
71e654ad95
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue