GithubHelp home page GithubHelp logo

qingsongzhao / nginx-http-flv-module-packages Goto Github PK

View Code? Open in Web Editor NEW

This project forked from winshining/nginx-http-flv-module-packages

0.0 0.0 0.0 12.54 MB

Some rpm packages for nginx-http-flv-module.

License: MIT License

nginx-http-flv-module-packages's Introduction

nginx-http-flv-module-packages

Some rpm packages for nginx-http-flv-module.

中文说明.

nginx-http-flv-module is built as a dynamic module in this project and now only rpm packages for Red Hat Enterprise Linux 6 & 7 (CentOS 6 & 7) running on x86_64 architecture are available.

Prerequisites

  • Nginx version 1.10.2 on Red Hat Enterprise Linux 6 (CentOS 6) and version 1.12.2 on Red Hat Enterprise Linux 7 (CentOS 7) installed via yum.

Install

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

For example, on Red Hat Enterprise Linux 6 (CentOS 6), you can install nginx-http-flv-module via:

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

Update

If you have ever installed nginx-http-flv-module on your machines, you can use the following command to update to the new version:

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

Note

You must run as root to install rpm packages.

After installation

Add conf files into nginx.conf

conf files used by nginx-http-flv-module now is located in /etc/nginx/http-flv, you can include them in /etc/nginx/nginx.conf:

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

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

Note

Before include conf files, you can modify them according to your environment.

Start or reload Nginx

service nginx start

or

service nginx reload

nginx-http-flv-module-packages's People

Contributors

winshining avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.