coturn docker 项目 搭建【一切正常】

业务需求:需要coturn这个服务

定制语音视频连线

请参考"小红的逃脱外星人追踪计划"

coturn项目

本地测试连接服务

c 复制代码
turnutils_stunclient -p 3478 127.0.0.1

turnutils_stunclient -p 3478 -L 127.0.0.1 127.0.0.1

telnet localhost 3478

turnutils_uclient -u testuser -w testpassword -p 3478 -v luichun.com -e 172.99.0.8


测试一切正常

参考资料

url 复制代码
github项目连接
1:https://github.com/coturn/coturn/tree/master
docker coturn 项目连接
2:https://hub.docker.com/r/coturn/coturn
相关教程连接
3:https://www.metered.ca/blog/running-coturn-in-docker-a-step-by-step-guide/#step-8-testing-whether-the-coturn-is-running
相关推荐
阿虎儿16 小时前
Docker安装(非sudo用户可用)
docker
甲鱼92917 小时前
MySQL 实战手记:日志管理与主从复制搭建全指南
运维
fetasty2 天前
rustfs加picgo图床搭建
docker
蝎子莱莱爱打怪3 天前
GitLab CI/CD + Docker Registry + K8s 部署完整实战指南
后端·docker·kubernetes
碳基沙盒3 天前
OpenClaw 多 Agent 配置实战指南
运维
小p4 天前
docker学习7:docker 容器的通信方式
docker
小p4 天前
docker学习5:提升Dockerfile水平的5个技巧
docker
小p4 天前
docker学习3:docker是怎么实现的?
docker
小p5 天前
docker学习: 2. 构建镜像Dockerfile
docker
小p6 天前
docker学习: 1. docker基本使用
docker