hippocampus: matrix: rtc: whoops, start<->end

This commit is contained in:
2026-02-14 18:08:14 -05:00
parent 28e3b5d06c
commit a188c3761b

View File

@@ -18,14 +18,14 @@
# for RTC usage, e.g. RTMP, WHIP, etc.
ingress = { enable = false; };
# Redis is used if we were to use ingress
redis = { createLocally = false; };
# redis = { };
settings = {
port = 7375;
bind_addresses = [""];
rtc = {
port = 7376;
port_range_end = 50100;
port_range_start = 50200;
tcp_port = 7376;
port_range_start = 50100;
port_range_end = 50200;
use_external_ip = true;
enable_loopback_candidate = false;
};