Skip to content

Commit

Permalink
Add the new option rtcp-interval description and example
Browse files Browse the repository at this point in the history
  • Loading branch information
andingv authored and rfuchs committed Dec 7, 2023
1 parent a75a828 commit 64631fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions daemon/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ struct rtpengine_config rtpe_config = {
.mqtt_keepalive = 30,
.mqtt_publish_interval = 5000,
.dtmf_digit_delay = 2500,
.rtcp_interval = 5000,
.common = {
.log_levels = {
[log_level_index_internals] = -1,
Expand Down
7 changes: 7 additions & 0 deletions docs/rtpengine.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,13 @@ call to inject-DTMF won't be sent to __\-\-dtmf-log-dest=__ or __\-\-listen-tcp-
Enable measuring RTP metrics even for plain RTP passthrough scenarios. Without
that option, RTP metrics are measured only in transcoding scenarios.

- __\-\-rtcp-interval=__*INT*

Delay in milliseconds between RTCP packets when generate-rtcp flag is on. The
effective value includes the random dispersion between 0..1 seconds on top,
so the timer execution period is randomized and up to 1 sec greater than given
value in ms. Defaults to __5000__ ms (5 seconds).

- __\-\-socket-cpu-affinity=__*INT*

Enables setting the socket CPU affinity via the __SO\*INCOMING\*CPU__ socket
Expand Down
1 change: 1 addition & 0 deletions etc/rtpengine.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ recording-method = proc
# mos = CQ
# poller-per-thread = false
# socket-cpu-affinity = -1
# rtcp-interval = 5000

[rtpengine-testing]
table = -1
Expand Down

0 comments on commit 64631fb

Please sign in to comment.