Skip to content

Commit

Permalink
config: remove jitter buffer type adaptive
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jul 30, 2024
1 parent d14b553 commit 0966e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/examples/config
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ rtp_tos 184
rtp_video_tos 136
#rtp_ports 10000-20000
#rtp_bandwidth 512-1024 # [kbit/s]
audio_jitter_buffer_type fixed # off, fixed, adaptive
audio_jitter_buffer_type fixed # off, fixed
audio_jitter_buffer_delay 5-10 # (min. frames)-(max. frames)
video_jitter_buffer_type fixed # off, fixed, adaptive
video_jitter_buffer_type fixed # off, fixed
video_jitter_buffer_delay 5-10 # (min. frames)-(max. frames)
video_jitter_buffer_size 500 # max. packets
rtp_stats no
Expand Down
6 changes: 2 additions & 4 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,12 +950,10 @@ static int core_config_template(struct re_printf *pf, const struct config *cfg)
"rtp_video_tos\t\t136\n"
"#rtp_ports\t\t10000-20000\n"
"#rtp_bandwidth\t\t512-1024 # [kbit/s]\n"
"audio_jitter_buffer_type\tfixed\t\t# off, fixed,"
" adaptive\n"
"audio_jitter_buffer_type\tfixed\t\t# off, fixed\n"
"audio_jitter_buffer_delay\t%u-%u\t\t"
"# (min. frames)-(max. frames)\n"
"video_jitter_buffer_type\tfixed\t\t# off, fixed,"
" adaptive\n"
"video_jitter_buffer_type\tfixed\t\t# off, fixed\n"
"video_jitter_buffer_delay\t%u-%u\t\t"
"# (min. frames)-(max. frames)\n"
"video_jitter_buffer_size\t%u\t\t"
Expand Down

0 comments on commit 0966e58

Please sign in to comment.