【WebRTC全流程】文档汇总
文档汇总
使用Golang编写一个基于livekit的全流程语音对话智能体 https://pidan.dev/20250719/webrtc-connect-livekit-use-go-sdk/
【WebRTC全流程】LiveKit Server Docker 部署会议室(不设置ssl/tls证书模式) https://pidan.dev/20250715/webrtc-livekit-deploy-with-no-tls/
【WebRTC全流程】按照官方推荐的方式部署LiveKit(配置turn和ssl/tls证书) https://pidan.dev/20250721/webrtc-livekit-deploy-with-tls/
【WebRTC全流程】livekit配置免费的cloudflare turn服务 https://pidan.dev/20250722/webrtc-livekit-deploy-config-turn-server/
【WebRTC全流程】公网部署LiveKit并配置自己申请的ssl证书 https://pidan.dev/20251113/webrtc-livekit-deploy-with-tls-certificate-files/
下边是几种部署livekit的方式
| 部署模式 | ssl/tls证书 | turn/stun | 域名 | 备注 | 文档 |
|---|---|---|---|---|---|
| 纯内网 | 不需要 | 不需要 | 不需要 | https://pidan.dev/20250715/webrtc-livekit-deploy-with-no-tls/ | |
| 公网 | 需要 | all in one自带turn | 需要 | 不支持自签证书 | 官方模式 https://pidan.dev/20250721/webrtc-livekit-deploy-with-tls/ |
| 公网 | 需要 | 使用第三方turn | 需要 | 不支持自签证书 | https://pidan.dev/20250722/webrtc-livekit-deploy-config-turn-server/ |
| 公网 | 使用自己申请的SSL证书文件 | 使用内置TURN | 需要 | 不支持自签证书 | https://pidan.dev/20251113/webrtc-livekit-deploy-with-tls-certificate-files/ |