文件名称:系统环境-iso22301培训
文件大小:1.56MB
文件格式:PDF
更新时间:2024-07-06 17:59:35
Nginx+RTMP
1.1 系统环境 操作系统:Centos7.3 系统版本:CentOS Linux release 7.3.1611 (Core) Nginx 版本:1.12 1.2 RTMP 模块安装 Git clone https://github.com/arut/nginx-rtmp-module.git 添加到 Nginx 模块中编译 --add-module 例如: 上图表明系统 Nginx 已经加载了 RTMP 模块 注意,如果需要支持 H.264,需额外安装 nginx_mod_h264_streaming 模块 wget http://h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gz 需 要 注 释 掉 nginx_mod_h264_streaming- 2.2.7/src/ngx_http_streaming_module.c 的以下内容: if (r->zero_in_uri) { return NGX_DECLINED; }