2. 下载服务器状态检查程序 stat.xsl 将nginx-rtmp-module-master.zip解压后复制到目录:nginx-1.7.11.3-Gryphon下, 保证stat.xls的目录为: nginx-1.7.11.3-Gryphon\nginx-rtmp-module\stat.xsl 3. 配置文件 conf\nginx-win-rtmp.conf 内容如下: #user nobody; # multiple workers works ! worker_processes 2...
2. 下载服务器状态检查程序 stat.xsl https://github.com/arut/nginx-rtmp-module/ 将nginx-rtmp-module-master.zip解压后复制到目录:nginx-1.7.11.3-Gryphon下, 保证stat.xls的目录为: nginx-1.7.11.3-Gryphon\nginx-rtmp-module\stat.xsl 3. 配置文件 conf\nginx-win-rtmp.conf 内容如下: #user nobody; ...
alias./m3u8File;add_header Cache-Control no-cache;#禁止缓存}location/control{rtmp_control all;}location/stat{rtmp_stat all;rtmp_stat_stylesheet stat.xsl;}location/stat.xsl{root./nginx-rtmp-module-master;}# redirect server error pages to thestaticpage/50x.html # error_page500502503504/50x.html...
Destination must be a directory at util/copy.pl line 39. 推测是Win10版本都有这个异常】 最后改为Win7+VS2010。 不算漫长的等待之后,激动人心的时刻就到来了。编译成功。 七、创建运行基础文件夹 在nginx.exe所在文件夹下创建创建conf,logs,temp,tmp目录,可将nginx-rtmp-module\test下的nginx.conf文件复制...
在nginx源代码分别创建objs\lib 文件夹,此处如此命名只是约定的习惯,可以不是这两个名称。并且将下载好的nginx-rtmp-module-master、openssl、pcre、zlib分别解压在lib文件夹下面。 以上动作可以按官网教程一样,使用MSYS使用CUI的方式。 结果如下图: 四、生成makefile文件,用于C++编译器 ...
简介:windows下使用Nginx搭建Rtmp流媒体服务器,实现视频直播功能 一、环境介绍 操作系统:win10 64位系统 Linux下搭建Nginx搭建Rtmp流媒体服务器方法请看这里:https://blog.csdn.net/xiaolong1126626497/article/details/105378894 二、流媒体服务器介绍 流媒体服务器的主要功能是以流式协议(RTP/RTSP、MMS、RTMP等)将视...
Apr 16, 2020 html base on nginx 1.17.9 Apr 16, 2020 logs base on nginx 1.17.9 Apr 16, 2020 README.md Initial commit Apr 15, 2020 nginx.exe base on nginx 1.17.9 Apr 16, 2020 nginx-rtmp-win64 Packages No packages published
add_header Cache-Controlno-cache;#禁止缓存}location/control{rtmp_control all;}location/stat{rtmp_stat all;rtmp_stat_stylesheet stat.xsl;}location/stat.xsl{root./nginx-rtmp-module-master;}# redirect server error pages to the static page /50x.html#error_page500502503504/50x.html;location=/50x....
master 151Branches113Tags Code Folders and files Latest commit 2fb11df·Apr 3, 2024 961 Commits dash doc hls test AUTHORS LICENSE README.md config ngx_rtmp.c ngx_rtmp.h ngx_rtmp_access_module.c ngx_rtmp_amf.c ngx_rtmp_amf.h
location /stat { #nginx匹配stat路径查看rtmp状态。 rtmp_stat all; rtmp_stat_stylesheet stat.xsl; } location /stat.xsl { #添加rtmp模块的位置。 root /usr/lib64/nginx/modules/nginx-rtmp-module-master/;#rtmp模块路径 } location / { root html; ...