All Projects → mugennsou → http-flv

mugennsou / http-flv

Licence: MIT license
NGINX with http-flv-module docker image .

Programming Languages

Vue
7211 projects
Dockerfile
14818 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to http-flv

Nginx Http Flv Module
Media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache and VHOST (one IP for multi domain names) are supported now.
Stars: ✭ 2,063 (+2979.1%)
Mutual labels:  rtmp, nginx-http-flv, flvjs
Srs Librtmp
The client library srs-librtmp of SRS(https://github.com/ossrs/srs)
Stars: ✭ 228 (+240.3%)
Mutual labels:  rtmp
Rtmp Streamer
浏览器RTMP推流SDK (A javascript rtmp streamer library)
Stars: ✭ 156 (+132.84%)
Mutual labels:  rtmp
Blss
NGINX-based Live Media Streaming Server
Stars: ✭ 187 (+179.1%)
Mutual labels:  rtmp
React Native Live Stream Rtmp Example
React native live stream using RTMP
Stars: ✭ 161 (+140.3%)
Mutual labels:  rtmp
Rtsp.player.android
RTSP player for Android / IP camera viewer
Stars: ✭ 199 (+197.01%)
Mutual labels:  rtmp
Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+24876.12%)
Mutual labels:  rtmp
vscode-extension
Link your code and commits to a video recording and explain your code with video.
Stars: ✭ 67 (+0%)
Mutual labels:  rtmp
Nginx Rtmp Monitoring
real-time monitoring statistics dashboard for nginx rtmp module
Stars: ✭ 224 (+234.33%)
Mutual labels:  rtmp
Go Rtmp
RTMP 1.0 server/client library written in Go.
Stars: ✭ 178 (+165.67%)
Mutual labels:  rtmp
Haishinkit.swift
Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
Stars: ✭ 2,237 (+3238.81%)
Mutual labels:  rtmp
Rtmp To Webrtc
rtmp to webrtc
Stars: ✭ 168 (+150.75%)
Mutual labels:  rtmp
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+4165.67%)
Mutual labels:  rtmp
Kurento Rtmp
demo: webrtc to rtmp via kurento
Stars: ✭ 160 (+138.81%)
Mutual labels:  rtmp
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (+241.79%)
Mutual labels:  rtmp
Red5 Client
Red5 Client
Stars: ✭ 149 (+122.39%)
Mutual labels:  rtmp
Media Server
A brpc-based server to host and proxy live streams
Stars: ✭ 175 (+161.19%)
Mutual labels:  rtmp
Gear Lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
Stars: ✭ 2,381 (+3453.73%)
Mutual labels:  rtmp
LiveClient
LiveStream module for mobile client, both iOS and Android(RTMP). 跨平台 倍速 美颜滤镜 人面识别
Stars: ✭ 24 (-64.18%)
Mutual labels:  rtmp
Lfrtmp
一个全开源的纯OC实现的RTMP推流SDK支持AAC、H264、美颜滤镜、AMF编解码。
Stars: ✭ 250 (+273.13%)
Mutual labels:  rtmp

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].