abundant-magician-17307
08/05/2025, 11:02 AMtall-airline-16756
08/05/2025, 11:02 AMtall-airline-16756
08/05/2025, 11:02 AMrtc:
use_external_ip: false # Disable external IP discovery
node_ip: "192.168.1.100" # Internal IP to use
tcp_port: 7881 # TCP port for ICE connections
Explanation:
• `use_external_ip`: Set to false to disable external IP discovery.
• `node_ip`: Specify the internal IP address for LiveKit to use.
• `tcp_port`: Define the TCP port for ICE connections when UDP is unavailable.
2. Ensure Proper Port Configuration:
• Open the specified TCP port (e.g., 7881) in your firewall.
• If behind a NAT or firewall, ensure the internal IP and port are correctly mapped to the public-facing IP and port if needed.
Let me know if you need further assistance or clarification!abundant-magician-17307
08/05/2025, 11:05 AMtall-airline-16756
08/05/2025, 11:06 AM