livekit和coturn怎么组合使用?部署不同环境吗
# ask-ai
a
livekit和coturn怎么组合使用?部署不同环境吗
t
Thanks for reaching out, 徐旭. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
LiveKit 自带一个嵌入式的 TURN 服务器功能,您可以通过配置文件启用和设置,例如:
Copy code
turn:
  enabled: true
  domain: <http://turn.myhost.com|turn.myhost.com>
  tls_port: 3478
  udp_port: 443
此功能集成了身份验证层,确保只有已建立信令连接的客户端才能连接到 TURN 服务器。 关于与 Coturn 的具体集成方式或是否需要部署在不同环境中,文档中未提供明确信息。如果您有更具体的需求或问题,请提供更多细节,我可以进一步协助您。 Sources: Deploying LiveKit | LiveKit Docs