22
33[ ![ Build Status] ( https://app.travis-ci.com/winshining/nginx-http-flv-module.svg?branch=master )] ( https://app.travis-ci.com/winshining/nginx-http-flv-module )
44
5- Media streaming server based on [ nginx-rtmp-module] ( https://github.com/arut/nginx-rtmp-module ) .
5+ A media streaming server based on [ nginx-rtmp-module] ( https://github.com/arut/nginx-rtmp-module ) .
66
77[ 中文说明] ( https://github.com/winshining/nginx-http-flv-module/blob/master/README.CN.md ) .
88
@@ -24,17 +24,18 @@ Donate if you like this module. Many thanks to you!
2424
2525* Other features provided by nginx-http-flv-module vs [ nginx-rtmp-module] ( https://github.com/arut/nginx-rtmp-module ) :
2626
27- | Features | nginx-http-flv-module | nginx-rtmp-module | Remarks |
28- | :---------------------: | :-------------------: | :---------------: | :---------------------------------------------: |
29- | HTTP-FLV (for play) | √ | x | HTTPS-FLV and chunked response supported |
30- | GOP cache | √ | x | |
31- | VHOST | √ | x | |
32- | Omit ` listen ` directive | √ | See remarks | There MUST be at least one ` listen ` directive |
33- | Audio-only support | √ | See remarks | Won't work if ` wait_video ` or ` wait_key ` is on |
34- | ` reuseport ` support | √ | x | |
35- | Timer for access log | √ | x | |
36- | JSON style stat | √ | x | |
37- | Stat for recordings | √ | x | |
27+ | Features | nginx-http-flv-module | nginx-rtmp-module | Remarks |
28+ | :--------------------------------: | :-------------------: | :---------------: | :-------------------------------------------: |
29+ | HTTP-FLV (for play) | √ | x | HTTPS-FLV and chunked response supported |
30+ | GOP cache | √ | x | |
31+ | Virtual Host | √ | x | |
32+ | Omit ` listen ` directive | √ | See remarks | There MUST be at least one ` listen ` directive |
33+ | Audio-only support for RTMP/HTTP-FLV| √ | See remarks | Won't work if ` wait_video ` or ` wait_key ` is on |
34+ | Single-track support for HLS | √ | x | |
35+ | ` reuseport ` support | √ | x | |
36+ | Timer for access log | √ | x | |
37+ | JSON style statistics | √ | x | |
38+ | Statistics for recordings | √ | x | |
3839
3940## Compatibility
4041
0 commit comments