1.下载nginx-rtmp-module模块并配置到Nginx中 (1)下载解压nginx-rtmp-module https://codeload.github.com/arut/nginx-rtmp-module/legacy.tar.gz/master (2)检查一下Nginx的配置 1. (图1) 1. 输入图1命令,参数信息应该是空的,没有图中的红框部分,因为还没有加载rtmp模块 (3)配置nginx-rtmp-module模块并...
首先是在nginx/html/目录下新建一个文件夹 nginx-rtmp-module,将之前解压的nginx-rtmp-module-1.1.11目录下的stat.xsl文件以及test文件夹拷贝到新建的目录nginx-rtmp-module下。 修改nginx/html/nginx-rtmp-module/test/nginx.conf文件,关闭nginx的守护和master-worker模式,由于本机有SVN占据了80端口,所以修改http的...
将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.conf 与上面第 4 大步一致。 4. 启动服务器 按住windows 键 +R,输入 cmd,进入 cmd 命令窗口,进入 nginx 目录:cd ...
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...
建立一个rtmp server目录,将下面的资源下载到该目录。 2.1 nginx 1.7.11.3Gryphon.zip下载地址:http://nginx-win.ecsds.eu/download/ 2.2nginx-rtmp-module-master.zip下载地址:https://github.com/arut/nginx-rtmp-module/ 2.3 OBS(Open Broadcaster Software) 下载地址:Open Broadcaster Software | OBS ...
在nginx源代码分别创建objs\lib 文件夹,此处如此命名只是约定的习惯,可以不是这两个名称。并且将下载好的nginx-rtmp-module-master、openssl、pcre、zlib分别解压在lib文件夹下面。 以上动作可以按官网教程一样,使用MSYS使用CUI的方式。 结果如下图: 四、生成makefile文件,用于C++编译器 ...
一、下载nginx、nginx的rtmp模块 nginx下载地址:http://nginx.org/en/download.html下载完毕后解压到自定义目录 rtmp模块下载地址:https://github.com/arut/nginx-rtmp-module/ rtmp模块需下载到已经解压的nginx的目录,进入nginx的目录,#没有安装git客户端的话先安装git客户端,下载地址:https://git-scm.com/downlo...
方式采用nginx Gryphon + nginx-rtmp-module 的方式搭建,由于Windows的Nginx没有对rtmp模块进行编译,有兴趣的可以自己去编译尝试。 一、前期准备 操作系统:Windows Nginx版本:nginx-1.7.11.3-Gryphon RTMP模块:nginx-rtmp-module 推流工具:OBS-Studio/VLC/ffmpeg 命令 ...
m3u8; #ts分片文件设置 video/mp2t ts; } #指向访问m3u8文件目录 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;...
hls_fragment3s;hls_playlist_length120s;#m3u8和ts在hls文件夹下的保存时间}}}http{server{listen8080;location/{root html;}location/stat{rtmp_stat all;rtmp_stat_stylesheet stat.xsl;}location/stat.xsl{root nginx-rtmp-module-master/;}location/control{rtmp_control all;}location/hls{#这个hls和推流命令...