2 Star 0 Fork 0

mirrors_winshining / nginx-http-flv-module-packages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

nginx-http-flv-module-packages

一些nginx-http-flv-module的rpm安装包。

English README

nginx-http-flv-module在这个工程中被编译为动态模块,现在只有Red Hat Enterprise Linux 6和7(CentOS 6和7)的安装包可用,并且只支持x86_64架构

依赖

  • 在Red Hat Enterprise Linux 6(CentOS 6)上安装的1.10.2版本或者Red Hat Enterprise Linux 7(CentOS 7)上安装的1.12.2版本,上述的Nginx通过yum安装

安装

rpm -ivh nginx-http-flv-module-version-release.arch.rpm

例如,在Red Hat Enterprise Linux 6(CentOS 6)上,你可以通过下面的命令安装nginx-http-flv-module

rpm -ivh nginx-http-flv-module-1.2.4-1.el6.x86_64.rpm

更新

如果你已经在你的机器上安装过nginx-http-flv-module,那么可以通过以下命令更新安装包到新版本:

rpm -Uvh nginx-http-flv-module-version-release.arch.rpm

注意

你必须以root身份安装rpm包。

安装后

将conf文件添加到nginx.conf

nginx-http-flv-module用到的conf文件位于/etc/nginx/http-flv,你可以在/etc/nginx/nginx.conf中通过include将它们添加到配置中。

http {
    ...;
    include /etc/nginx/http-flv/http-flv.conf;
}

include /etc/nginx/http-flv/rtmp.conf;

注意

include之前,你可以根据环境修改conf文件。

启动或者重新加载Nginx

service nginx start

或者

service nginx reload
MIT License Copyright (c) 2018 winshining Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_winshining/nginx-http-flv-module-packages.git
git@gitee.com:mirrors_winshining/nginx-http-flv-module-packages.git
mirrors_winshining
nginx-http-flv-module-packages
nginx-http-flv-module-packages
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891