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.71k stars 567 forks source link

Reducing the wating time for the first picture of video #224

Open thanhdat9526 opened 2 years ago

thanhdat9526 commented 2 years ago

Hi Winshining,

Currently, I'm testing this nginx-http-flv module and have GOP_cache enabled, but I find that playing the flv stream when I start clicking the URL is still a bit long (loads 1-2 seconds before the image shows up) display for the first time). Do you have a way to solve this problem?