arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.34k stars 3.5k forks source link

how to support http-flv live stream use nginx-rtmp-module and nginx? #1037

Open jingshaoqi opened 7 years ago

jingshaoqi commented 7 years ago

In china,most company publish http-flv live stream use srs (https://github.com/ossrs/srs ), but performance of srs is a big problem. Here we want to have http-flv live stream function to use nginx-rtmp-module, how to support http-flv live stream use nginx-rtmp-module and nginx?

gnolizuh commented 7 years ago

You can watch my open source project(https://github.com/gnolizuh/BLSS), it support HTTP FLV live streaming.

dista commented 5 years ago

I implement this feature in my fork: https://github.com/dista/nginx-rtmp-module, you can take a try