LiveKit on host networking so WebRTC can advertise a reachable address, plus the server and website. Claude-Session: https://claude.ai/code/session_01SS9F92jb51bMCRCKem6QtD
23 lines
292 B
YAML
23 lines
292 B
YAML
port: 7880
|
|
bind_addresses:
|
|
- 0.0.0.0
|
|
|
|
rtc:
|
|
tcp_port: 7881
|
|
port_range_start: 50000
|
|
port_range_end: 50100
|
|
use_external_ip: false
|
|
|
|
turn:
|
|
enabled: true
|
|
udp_port: 3478
|
|
domain: localhost
|
|
|
|
room:
|
|
auto_create: true
|
|
empty_timeout: 300
|
|
max_participants: 50
|
|
|
|
logging:
|
|
level: info
|