winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.72k stars 567 forks source link

rtmp/http-flv 流加载慢 #177

Closed yingchengpa closed 3 years ago

yingchengpa commented 3 years ago

按照 ffmepg --> nginx-http-flv-module -->flv.js 或者 ffmepg --> nginx-http-flv-module -->ffplay.js -i rtmp://xxxxxx

加载流比较慢,大概要6s左右,有否可以优化呢?

yingchengpa commented 3 years ago

问题关闭。 按照readme 文档中的rtmp 模块设置,并且把视频流的GOP设置为25,现在开始很快了。