Remove unnecessary check in ngx_http_stub_status_handler()

2021-01-05 Thread Chris Newton
I was desk checking return codes generated in handlers following calls to ngx_http_send_header(), and noticed what appears to be an unnecessary test in ngx_http_stub_status_handler() -- or rather, I think the test should always evaluate as true, and if somehow it isn't odd things could occur - at l

About the native rtmps protocol support in nginx.

2021-01-05 Thread Hongyi Zhao
Currently, on Ubuntu20.10, I've compiled the latest git master version of FFmpeg with the native TLS/SSL support through the following configuration option: $ ./configure --enable-openssl $ ffmpeg -protocols |& egrep -i 'in|out|rtmps' Input: rtmps Output: rtmps At this moment, I want to use