smart_webrtc 单机版本
smart_webrtc 集群版本
smart_webrtc 对于机器的 CPU, 内存,网络要求比较高,发布版本对路数有所限制,如果想大规模应用,请私下联系我,
email : [email protected],qq : 99766553, webchat : 99766553
链接: https://pan.baidu.com/s/18YQF1TvB9IULDoe9vaXYTw 提取码: twbw
必须用 https 进行访问,程序内自带证书,方便演示,首先开启 https 服务,参见配置文件
由于要用到 UDP ,因此要求服务器防火墙不能关闭对应的 UDP 端口
配置文件 config.xml 里的需要关注的地方是 :
... ...
server.key
server.pem
8181
true
... ...
网页及脚本 个人根据需要,编辑 js/main.js 文件,主要关注如下:
var addr = "https://" + ip + ":8181" + "/live/stream.wms?type=getoffer";
var addr = "https://" + ip + ":8181" + "/live/stream.wms?type=setcandidate&token=" + token;
https://192.168.1.1:8181/live/stream.wms
webrtc 服务器也支持三个版本 win, ubuntu ( 多线程和协程 ), centos ( 多线程和协程 )
1. 配置好 smart_webrtc ,主要是 ssl 配置,以及 https 开启的选项。
2. 启动 smart_webrtc , 假设您的 https 端口是 8181, 地址是 192.168.1.1
3. 开启一个 rtmpd 客户端进行推流 ( h264 + aac )
4. 在 chrome 里,输入 https://192.168.1.1:8181,如果没有意外,就会进入 smart_webrtc 的播放器页面
5. 在地址栏输入 192.168.1.1 就可以进行播放了。您可以根据需要更改播放器页面。
1. 百度网盘下载 smart_webrtc.zip 软件包
2. 解压, 然后继续解压 smart_webrtc_win.zip
3. 运行 smart_webrtc.exe , 假设您的 IP 是 192.168.1.1
6. 推流 rtmp 到smart_webrtc
ffmpeg.exe -re -i oceans.mp4 -vcodec libx264 -acodec aac -f flv rtmp://192.168.1.1/live/stream
5. 打开 chrome 浏览器输入 https://192.168.1.1,一般提示安全链接什么的,点继续。
7. 在播放器的地址框内输入 192.168.1.1 ,点播放按钮。