-
基于nginx-rtmp-module的流媒体服务器。具备nginx-rtmp-module的所有功能,增加了HTTP-FLV,GOP缓存和VHOST(一个IP对应多个域名)的功能。
-
nginx-http-flv-module的其他功能与nginx-rtmp-module的对比:
功能 | nginx-http-flv-module | nginx-rtmp-module | 备注 |
---|---|---|---|
HTTP-FLV (播放) | √ | x | 支持HTTPS-FLV和chunked回复 |
GOP缓存 | √ | x | |
虚拟主机 | √ | x | |
省略listen 配置 |
√ | 见备注 | 配置中必须有一个listen |
纯音频支持 | √ | 见备注 | wait_video 或wait_key 开启后无法工作 |
reuseport 支持 |
√ | x | |
定时打印访问记录 | √ | x | |
JSON风格的stat | √ |