我想咨询一下,如何安装fms?
由于我需要用到实时弹幕,需要rtmp,但是不会安装,请赐教,感谢。 nginx下有这个模块:https://github.com/arut/nginx-rtmp-modulecd /root
git clone https://github.com/arut/nginx-rtmp-module.git
1.1及之前版本修改upgrade_nginx.sh 里的编译参数,最后面加上 --add-module=/root/nginx-rtmp-module,注意前面有空格
lnmp1.2的话编辑include/upgrade_nginx.sh,查找 Nginx_Modules_Arguments="" ,引号里加上--add-module=/root/nginx-rtmp-module
lnmp1.3的话编辑lnmp.conf,Nginx_Modules_Options='' ,引号里加上--add-module=/root/nginx-rtmp-module
然后重新运行升级脚本进行升级
rtmp的配置可以去官网wiki看一下:https://github.com/arut/nginx-rtmp-module/wiki/Examples
页:
[1]