Nginx搭建rtmp直播服务器实现代码
1.到nginx源码目录新建个rtmp目录 ,进入 git clone https://github.com/arut/nginx-rtmp-module.git 2.重编译nginx 代码如下 ./configure –prefix=/usr/local/nginx-1.2.9/ –add-module=./rtmp/nginx-rtmp-module –with-http_ssl_module –with-pcre=/lamp_source/pcre-8.38; make;make install; #重新安装nginx 3.完成安装后。 打开nginx.conf 在http{se
下载地址
用户评论