[img](https://github.com/NodeMedia/NodeMediaDevClient/raw/master/QQ20160310-0.png) 源码在此:https://github.com/NodeMedia/NodeMediaDevClient # 另一个选择,srs-win32 支持HTTP-FLV,配合B站开源flv.js实现浏览器HTML5下低延迟直播播放 Simple-Rtmp-Server-win32 https://github.com/illuspas/srs-win...
首先是在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的...
on_connect: /v1/rtmp/on_connect app=rtmp&flashver=&swfurl=&tcurl=rtmp://rtmp.wunaozai.com:8081/rtmp&pageurl=&addr=113.74.127.195&epoch=178380351&call=connect on_play: /v1/rtmp/on_play app=rtmp&flashver=&swfurl=&tcurl=rtmp://rtmp.wunaozai.com:8081/rtmp&pageurl=&addr=113.74.127....
这里就需要使用Mercurial下载带有win32平台的nginx源码包。 在cmd中执行命令 hg clone http://hg.nginx.org/nginx nginx-win32-src 下载最新的nginx代码,耐心等待源码down到本地,也可以下载指定的版本,具体参考 hg help 。 nginx-rtmp-module 作为nginx外接的扩展模块...
master 克隆/下载 分支2 标签4 illuspas update nginx 1.14.1 24a46a6 6年前 33 次提交 conf update nginx 1.14.1 6年前 html Update to nginx-rtmp-module v1.2.0 8年前 logs Add config files and rtmp&hls player 10年前 temp Add config files and rtmp&hls player 10年前 ...
nginx-rtmp-win32 Nginx: 1.11.10 Nginx-Rtmp-Module: 1.1.11 openssl-1.1.0e pcre-8.40 zlib-1.2.10 configure arguments nginx version: nginx/1.11.10 built by cl built with OpenSSL 1.1.0e 16 Feb 2017 TLS SNI support enabled configure arguments: --with-cc=cl --builddir=objs --with-debug ...
另一个选择,srs-win32 nginx-rtmp-win32 Nginx: 1.11.10 Nginx-Rtmp-Module: 1.1.11 openssl-1.1.0e pcre-8.40 zlib-1.2.10 configure arguments nginx version: nginx/1.11.10 built by cl built with OpenSSL 1.1.0e 16 Feb 2017 TLS SNI support enabled configure arguments: --with-cc=cl --build...
master_process off; events { worker_connections 1024; } rtmp { server { listen 1935; # rtmp传输端口 chunk_size 4096; # 数据传输块大小 application live { # 直播配置 live on; } # obs 将流推到该 push 应用,push 应用又将该流发布到 live 应用 ...
wget -O nginx-rtmp-module.ziphttps://github.com/arut/nginx-rtmp-module/archive/master.zip 将所有模块统一放置在/usr/local/nginx_sources目录下,方便管理 安装步骤:openssl-->zlib-->pcre 1.openssl ./config --prefix=/usr/local/openssl -->make -->make install ...
windows基于nginx搭建rtmp流服务器,已配置好配口号1935。 在根目录下执行命令nginx.exe -c conf\nginx-win-rtmp.conf即可开启服务器 上传者:u010331295时间:2017-11-08 nginx-rtmp-module-master.rar 下载解压之后放在nginx文件夹中,更改配置即可 上传者:nov4th时间:2021-03-10 ...