Changes to SEMS config to support multi-peer SEMS
This commit is contained in:
parent
04c1091a10
commit
49faecf734
3 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<% @dids.each do |did| -%>
|
||||
^.*_<%= did -%>$=>mux-in
|
||||
<% end -%>
|
||||
^.*_<%= @prefix %>=>mux-in
|
||||
^rhizomatica_00.*$=>mux-out
|
||||
|
|
|
@ -229,6 +229,10 @@ rtp_mux_max_frame_age_ms=30
|
|||
# b_rtp_mux_port must be configured in the SBC profile.
|
||||
#
|
||||
|
||||
rtp_mux_stream_id_min=<%= @stream_min %>
|
||||
rtp_mux_stream_id_max=<%= @stream_min+30 %>
|
||||
|
||||
|
||||
############################################################
|
||||
# modules and application configuration
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue