nginx-openresty-windows
nginx-openresty-windows copied to clipboard
能否支持nginx_mod_h264_streaming-2.2.7第三方模块?
编译时出现了很多错误,不知道如何去处理呢?
wget http://h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gz
tar -zxvf nginx_mod_h264_streaming-2.2.7.tar.gz
配置如下:
./auto/configure --builddir=objs --prefix="c:/nginx-1.9.7"
--with-cc=cl --with-select_module
--with-cc-opt="-D FD_SETSIZE=4096 -D _NO_MINGW_LFS -D WATCOMC"
--conf-path=conf/nginx.conf --pid-path=logs/nginx.pid
--http-log-path=logs/access.log --error-log-path=logs/error.log
--sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp
--http-proxy-temp-path=temp/proxy_temp
--http-fastcgi-temp-path=temp/fastcgi_temp
--http-uwsgi-temp-path=temp/uwsgi_temp
--http-scgi-temp-path=temp/scgi_temp
--add-module=../nginx_mod_h264_streaming-2.2.7
--with-pcre=../pcre-8.32
--with-zlib=../zlib-1.2.7
错误如下: