caeret / http-flv

NGINX with http-flv-module docker image .

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

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

About

NGINX with http-flv-module docker image .

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

License:MIT License


Languages

Language:XSLT 51.7%Language:Dockerfile 20.6%Language:Vue 17.4%Language:HTML 5.7%Language:Shell 1.7%Language:JavaScript 1.7%Language:CSS 1.3%