安装RTMP流媒体服务器
程序员文章站
2022-07-08 19:47:10
...
该文章参考地址
1、安装nginx
采用以下方法。因为稍后下面会对nginx添加rtmp模块,然后需要重新编译,所以就不能yum安装了。。。
wget http://nginx.org/download/nginx-1.16.1.tar.gz
解压:
tar -zxvf nginx-1.16.1.tar.gz
2、下载rtmp模块
git clone https://github.com/arut/nginx-rtmp-module
3、添加模块
./configure --prefix=/opt/nginx --with-stream --with-http_ssl_module --with-stream_ssl_module --with-debug --add-module=../nginx-rtmp-module
报错:
解决: 参考地址
yum -y install pcre-devel
报错: