Fixed custom video preset bandwidth value overriden to 0 after restart
This commit is contained in:
parent
f96239bcda
commit
c8d5582ecc
2 changed files with 5 additions and 3 deletions
|
@ -8,6 +8,11 @@ sip_tcp_port=-1
|
|||
sip_tls_port=-1
|
||||
media_encryption=none
|
||||
|
||||
[net]
|
||||
#Because dynamic bitrate adaption can increase bitrate, we must allow "no limit"
|
||||
download_bw=0
|
||||
upload_bw=0
|
||||
|
||||
[video]
|
||||
size=vga
|
||||
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
#Paths to resources must be set from LinphoneManager, after creating LinphoneCore.
|
||||
[net]
|
||||
mtu=1300
|
||||
#Because dynamic bitrate adaption can increase bitrate, we must allow "no limit"
|
||||
download_bw=0
|
||||
upload_bw=0
|
||||
force_ice_disablement=0
|
||||
|
||||
[sip]
|
||||
|
|
Loading…
Reference in a new issue