您的位置:首页 > 运维架构 > Nginx

nginx之rtmp-module模块编译

2016-06-28 18:17 495 查看
1.目录结构

|

|----------nginx-1.7.3

|----------nginx-rtmp-module(https://github.com/arut/nginx-rtmp-module)

|----------zlib-1.2.8


|----------openssl+openssl-devel

2.compile编译

root /home/qlive/nginx # cd  nginx-1.7.3

root /home/qlive/nginx # ./configure --add-module=../nginx-rtmp-module-master --with-http_flv_module --with-http_ssl_module && make

root /home/qlive/nginx # .sudo make install

root /home/qlive/nginx # cd /usr/local/nginx/sbin

root /home/qlive/nginx #  sudo ./nginx -s reload  


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: