Skip to content

Commit

Permalink
disable bandwidth estimation (bwe) when vp9 forced
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Dec 30, 2020
1 parent 65c1da8 commit c0cb921
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ private void writeProperties( File props_file, String local_ip, String public_ip
props.setProperty( "org.jitsi.videobridge.octo.BIND_PORT", JiveGlobals.getProperty("org.jitsi.videobridge.ofmeet.octo.port", "4096"));
props.setProperty( "org.jitsi.videobridge.REGION", "region1");

props.setProperty( "org.jitsi.videobridge.TRUST_BWE", Boolean.toString( !JiveGlobals.getBooleanProperty( "ofmeet.jicofo.force.vp9", false)));

Log.debug("sip-communicator.properties");

for (Object key: props.keySet()) {
Expand Down

0 comments on commit c0cb921

Please sign in to comment.