From 1530c08ef8e4f91dd4739cfea07c2f622689afe0 Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 8 Jul 2024 19:18:24 +0200 Subject: [PATCH] community: Use port_range_start/end instead of udp_port for ICE range Use port_range_start/end instead of udp_port for ICE range also in community edition --- community/docker-compose.yaml | 2 +- community/livekit.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/community/docker-compose.yaml b/community/docker-compose.yaml index f2100b1..1a140ff 100644 --- a/community/docker-compose.yaml +++ b/community/docker-compose.yaml @@ -102,7 +102,7 @@ services: ports: - 3478:3478/udp - 7881:7881/tcp - - 7882-7892:7882-7892/udp + - 7900-7999:7900-7999/udp entrypoint: /bin/sh /scripts/entrypoint.sh command: --config /etc/livekit.yaml volumes: diff --git a/community/livekit.yaml b/community/livekit.yaml index 9587650..0cd5e93 100644 --- a/community/livekit.yaml +++ b/community/livekit.yaml @@ -12,7 +12,8 @@ bind_addresses: - "" rtc: tcp_port: 7881 - udp_port: 7882-7892 + port_range_start: 7900 + port_range_end: 7999 redis: address: redis:6379 username: ""