fix: set LiveKit node_ip to China IP for domestic WebRTC connectivity
LiveKit's use_external_ip auto-detected 154.84.135.121 (overseas) via STUN, causing WebRTC ICE candidates to use an unreachable IP for domestic mobile clients. Explicitly set node_ip to 14.215.128.96. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8a48e92970
commit
fb236de6e4
|
|
@ -3,7 +3,8 @@ rtc:
|
|||
port_range_start: 50000
|
||||
port_range_end: 50200
|
||||
tcp_port: 7881
|
||||
use_external_ip: true
|
||||
node_ip: 14.215.128.96
|
||||
use_external_ip: false
|
||||
|
||||
turn:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue