Changes to SEMS config to support multi-peer SEMS

This commit is contained in:
Keith Whyte 2021-08-29 06:59:11 +02:00
parent 04c1091a10
commit 49faecf734
3 changed files with 7 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<% @dids.each do |did| -%>
^.*_<%= did -%>$=>mux-in
<% end -%>
^.*_<%= @prefix %>=>mux-in
^rhizomatica_00.*$=>mux-out

View file

@ -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
#