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

[fix] added version check for updating meta in gop cache. #258

Closed winshining closed 6 months ago

winshining commented 6 months ago

Meta may be updated by codec module, so it may be not synchronized in gop cache module. Adding version check will avoid it.