Skip to content

Commit

Permalink
main: limit max jitter buffer 200ms
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 10, 2024
1 parent 432bdea commit d5b3092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ int main(int argc, char *const argv[])
"audio_buffer_mode fixed\n"
"audio_silence -35.0\n"
"audio_jitter_buffer_type adaptive\n"
"audio_jitter_buffer_ms 60-300\n"
"audio_jitter_buffer_ms 60-200\n"
"video_jitter_buffer_type adaptive\n"
"video_jitter_buffer_ms 100-300\n"
"video_jitter_buffer_ms 100-200\n"
"video_jitter_buffer_size 1000\n"
"opus_bitrate 64000\n"
"ice_policy relay\n"
Expand Down

0 comments on commit d5b3092

Please sign in to comment.