登录 注册
当前位置:主页 > 资源下载 > 46 > ISO22301系统环境培训

ISO22301系统环境培训

  • 更新:2024-08-02 19:26:08
  • 大小:1.56MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:直播技术 - 音视频
  • 格式:PDF

资源介绍

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; }