Skip to content

Commit b657615

Browse files
committed
tune auto jitter buffer to get less drop outs (#417)
1 parent d27e53b commit b657615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define FILTER_DECISION_HYSTERESIS 0.1
3838

3939
// definition of the upper error bound of the jitter buffers
40-
#define ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE 0.001
40+
#define ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE 0.0005
4141
#define ERROR_RATE_BOUND ( ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE / 2 )
4242

4343
// definition of the upper jitter buffer error bound, if that one is reached we

0 commit comments

Comments
 (0)