|
1 | 1 | nginx-rtmp-win32
|
2 | 2 | ================
|
3 | 3 |
|
4 |
| -Nginx: 1.12.1 |
5 |
| -Nginx-Rtmp-Module: 1.2.0 |
6 |
| -openssl-1.0.2l |
7 |
| -pcre-8.40 |
8 |
| -zlib-1.2.11 |
| 4 | +* Nginx: 1.13.12 |
| 5 | +* Nginx-Rtmp-Module: 1.2.1 |
| 6 | +* openssl-1.0.2o |
| 7 | +* pcre-8.42 |
| 8 | +* zlib-1.2.11 |
9 | 9 |
|
10 | 10 | # configure arguments
|
11 | 11 | ```
|
12 |
| -nginx version: nginx/1.12.1 |
13 |
| -built by cl |
14 |
| -built with OpenSSL 1.0.2l 25 May 2017 |
| 12 | +nginx version: nginx/1.13.12 |
| 13 | +built by cl 16.00.30319.01 for 80x86 |
| 14 | +built with OpenSSL 1.0.2o 27 Mar 2018 |
15 | 15 | TLS SNI support enabled
|
16 | 16 | configure arguments: --with-cc=cl --builddir=objs --prefix= --conf-path=conf/ngi
|
17 | 17 | nx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-pa
|
18 | 18 | th=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client
|
19 | 19 | _body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/
|
20 | 20 | fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uw
|
21 |
| -sgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 --with-z |
22 |
| -lib=objs/lib/zlib-1.2.11 --with-select_module --with-http_v2_module --with-http_ |
23 |
| -realip_module --with-http_addition_module --with-http_sub_module --with-http_dav |
24 |
| -_module --with-http_stub_status_module --with-http_flv_module --with-http_mp4_mo |
25 |
| -dule --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_r |
26 |
| -equest_module --with-http_random_index_module --with-http_secure_link_module --w |
27 |
| -ith-http_slice_module --with-mail --with-stream --with-openssl=objs/lib/openssl- |
28 |
| -1.0.2l --with-openssl-opt=no-asm --with-http_ssl_module --with-mail_ssl_module - |
29 |
| --with-stream_ssl_module --add-module=../nginx-rtmp-module |
| 21 | +sgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-openssl=objs/lib/openssl-1.0.2o |
| 22 | +--with-openssl-opt=no-asm --with-pcre=objs/lib/pcre-8.42 --with-zlib=objs/lib/zl |
| 23 | +ib-1.2.11 --with-select_module --with-http_v2_module --with-http_realip_module - |
| 24 | +-with-http_addition_module --with-http_sub_module --with-http_dav_module --with- |
| 25 | +http_stub_status_module --with-http_flv_module --with-http_mp4_module --with-htt |
| 26 | +p_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module - |
| 27 | +-with-http_random_index_module --with-http_secure_link_module --with-http_slice_ |
| 28 | +module --with-mail --with-stream --with-stream_realip_module --with-http_ssl_mod |
| 29 | +ule --with-mail_ssl_module --with-stream_ssl_module --add-module=objs/lib/nginx- |
| 30 | +rtmp-module |
30 | 31 | ```
|
31 | 32 |
|
32 | 33 | # 使用方法
|
|
0 commit comments