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

[bug]make报错 #205

Closed SugarFatFree closed 3 years ago

SugarFatFree commented 3 years ago

make时提示: /usr/local/nginx-file/nginx-http-flv-module-1.2.8/ngx_rtmp.c:817:7: error: 'ngx_listening_t {aka struct ngx_listening_s}' has no member named 'post_accept_timeout' ls->post_accept_timeout = 60000; objs/Makefile:1302: recipe for target 'objs/addon/nginx-http-flv-module-1.2.8/ngx_rtmp.o' failed

winshining commented 3 years ago

191 #194 #200 #201