Skip to content

Commit

Permalink
fewer millis buffer for incoming AV at low bitrate setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 1, 2024
1 parent 3e8c5a5 commit 8b2d040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class TRIFAGlobals
public final static int ABSOLUTE_MINIMUM_GLOBAL_VIDEO_BITRATE = 95;

public final static int NORMAL_GLOBAL_INCOMING_AV_BUFFER_MS = 0;
public final static int HIGH_GLOBAL_INCOMING_AV_BUFFER_MS = 700;
public final static int HIGH_GLOBAL_INCOMING_AV_BUFFER_MS = 500;

final static int HIGHER_GLOBAL_AUDIO_BITRATE = 128;
final static int NORMAL_GLOBAL_AUDIO_BITRATE = 16; // 64;
Expand Down

0 comments on commit 8b2d040

Please sign in to comment.