此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/winshining/nginx-http-flv-module master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支8 标签11 winshining[fix] fixed a compilation error if compile...b26f7f37个...
nginx-http-flv-module是在nginx-rtmp-module基础上实现的一个音视频传输模块,将RTMP转为FLV封装格式,再通过HTTP协议下发。 支持HTTP-FLV方式直播,添加了GOP缓存功能,减少了首屏等待时间,对RTMP和HTTP-FLV都有效,添加了VHOST(单IP地址多域名)功能并支持类似Nginx的HTTP模块的通配符配置;修复了nginx-rtmp-module中已知...
安装依赖项openssl,下载路径https://www.openssl.org/source/old/1.1.1/,这里我们选择1.1.1g。 假设将下载文件放至"/home"目录下并解压,依次执行以下命令进行openssl的编译安装。 ./config no-asm -shared make –j4 make install 下载nginx和nginx-http-flv-module。 安装指导以及下载链接:...
1、最新版 nginx-http-flv-module(linux可执行程序,含nginx 1.19.3,http-flv-module:1.2.7) 2、内含说明文档,请下载查看。 3、请勿放置于中文路径下,否则无法启动 4、sbin/nginx -c conf/nginx.conf nginx-flv-module nginx-flv 直播 http直播 nginx2020-10-15 上传大小:3.00MB ...
1、下载nginx包 下载地址:https://nginx.org/download/nginx-1.14.2.tar.gz 2、下载nginx-http-flv-module 模块包 下载地址:https://github.com/winshining/nginx-http-flv-module 3、解压nginx包,将Nginx-http-flv-module包解压之后放到nginx包解压之后的根目录 ...
下载nginx-http-flv-module模块源代码 还是进入到 /home/cml ,下载 nginx-http-flv-module 模块的源代码 git clone https://github.com/winshining/nginx-http-flv-module.git 这里需要注意源代码所在目录的名称和目录的层级。确保在 /home/cml 目录下有一个名为 nginx-http-flv-module 的目录,而目录的内容如...
基于nginx-rtmp-module的流媒体服务器。具备nginx-rtmp-module的所有功能,增加了HTTP-FLV,GOP缓存和VHOST(一个IP对应多个域名)的功能。Media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cach
nginx-http-flv-module下载 git clone https://github.com/winshining/nginx-http-flv-module.git 编译 cd nginx-1.18.0 ./configure --add-module=../nginx-http-flv-module (nginx-http-flv-module的路径) make sudo make install 配置nginx 配置文件路径/usr/local/nginx/conf/nginx.conf ...
1、nginx-http-flv-module(windows可执行程序,含http-flv-module:1.2.7,nginx 1.19.3) 2、不要放置于中文路径下,否则无法启动 3、说明文档,请下载查看。 上传者:yh17c302时间:2020-11-19 nginx-http-flv-module(windows & nginx1.19.3 & http-flv-module1.2.7).zip ...
nginx+nginx-http-flv-module(推荐主流) FLV文件 就是由“FLV Header + RTMP数据 ”构成的。 FLV与 RTMP之间的关 系秘密,即 FLV 是在 RTMP 数据之上加了一层“⻢甲” 测试网页http://bilibili.github.io/flv.js/demo/ 模块地址 通过服务端将其 RTMP 流实时转为 http-flv 流,从而浏览器可直接使用该流...