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

Nginx core removed post_accept_timeout. #191

Closed TzuHuanTai closed 3 years ago

TzuHuanTai commented 3 years ago

https://github.com/winshining/nginx-http-flv-module/blob/4b8f0085a4064ca32dbc0f8d1b86e73727741eb6/ngx_rtmp.c#L817

Here is the commit of removing post_accept_timeout from Nginx source code.

I remove the line in nginx-http-flv-module/ngx_rtmp.c manually, or I can't build.

winshining commented 3 years ago

Fixed, thank you for posting the issue.