博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
turn服务部署
阅读量:6329 次
发布时间:2019-06-22

本文共 382 字,大约阅读时间需要 1 分钟。

centos7.2

git clone https://github.com/coturn/coturn

yum -y install openssl-devel
yum install openssl openssl-libs libevent libevent-devel -y

cd coturn

./configure

make

./turnserver -o -a -f -v --mobility -m 10 --max-bps=1000000 --min-port=32355 --max-port=65535 --user=xiaodao:123 --user=xiaodao2:123 -r demo

 

访问:http://ip:3478/

转载于:https://www.cnblogs.com/liqing1009/p/7704953.html

你可能感兴趣的文章
Citrix Receiver for Linux更新到12.0版本
查看>>
return
查看>>
Mysql跨机房同步方案
查看>>
组策略禁止客户端用户访问指定的网址
查看>>
shell脚本检测tomcat进程占用内存大小
查看>>
android app的类响应式设计
查看>>
学习Linux计划书
查看>>
nginx配置中,location和root对应的关系
查看>>
JVM内存区
查看>>
验证码的前世今生(今生篇)
查看>>
使用java注解 加Spring AOP 处理接口异常逻辑的一个思路
查看>>
关于大型网站技术演进的思考(三)--存储的瓶颈(3)
查看>>
ThreadingTCPServer相关源码和RequestHandler相关源码
查看>>
Class对象
查看>>
将博客搬至CSDN
查看>>
Web 研发模式演变
查看>>
hadoop streaming参数配置
查看>>
动画切换view布局
查看>>
spring注解
查看>>
crontab 执行环境变量的问题
查看>>