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
相关推荐
mortimer2 小时前
一次搞懂 rsync:从入门到解决真实世界中的权限难题
linux·运维·centos
wb1893 小时前
服务器的Mysql 集群技术
linux·运维·服务器·数据库·笔记·mysql·云计算
天上掉下来个程小白4 小时前
Docker-07.Docker基础-数据卷挂载
运维·docker·微服务·容器
迷失蒲公英4 小时前
Docker容器中文PDF生成解决方案
docker·容器·pdf
whabc1004 小时前
ssh连接VirtualBox中的Ubuntu24.04(win11、putty、NAT 模式)
运维·ssh
9命怪猫4 小时前
K8S服务发现原理及开发框架的配合
云原生·容器·kubernetes·服务发现
热爱生活的五柒4 小时前
服务器突然之间特别卡,什么原因?
运维·服务器
zly35005 小时前
Linux(centos)安全狗
linux·运维·服务器
星辰云-5 小时前
Nginx笔记
运维·笔记·nginx
David爱编程5 小时前
理解Service的kube-proxy 实现原理
云原生·容器·kubernetes