Coder Social home page Coder Social logo

flyinke / http-flv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mugennsou/http-flv

0.0 0.0 0.0 3.1 MB

NGINX with http-flv-module docker image .

Home Page: https://hub.docker.com/r/mugennsou/nginx-http-flv/

License: MIT License

JavaScript 4.53% HTML 24.13% Dockerfile 20.85% CSS 1.03% Vue 47.10% SCSS 2.36%

http-flv's Introduction

HTTP-FLV

Introduction

This repo is a Docker image of nginx-http-flv-module, include a flv.js demo.

中文说明

Installation

Pull Docker image:

docker pull mugennsou/nginx-http-flv

Note: you can pull the mugennsou/nginx-http-flv:dev tag to experience the latest (in developing) nginx-http-module.

Usage

Start nginx-http-flv server:

docker run --rm -it -p 80:80 -p 1935:1935 mugennsou/nginx-http-flv

Push RTMP stream to nginx-http-flv server:

ffmpeg -re -i example.mp4 -vcodec copy -acodec copy -f flv rtmp://127.0.0.1/demo/stream-1

Then browse http://127.0.0.1, enjoy it!

You can read here for more details:

nginx-http-flv-module

nginx-rtmp-module

flv.js

docker-nginx

http-flv's People

Contributors

flyinke avatar majian-poper 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.