Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingliang Chen authored Jul 25, 2017
1 parent 86d1c27 commit 9c4606b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 1,43 @@
nginx-rtmp-win32
================

Nginx: 1.11.10
Nginx-Rtmp-Module: 1.1.11
openssl-1.1.0e
Nginx: 1.12.1
Nginx-Rtmp-Module: 1.2.0
openssl-1.0.2l
pcre-8.40
zlib-1.2.10
zlib-1.2.11

#configure arguments
```
nginx version: nginx/1.11.10
nginx version: nginx/1.12.1
built by cl
built with OpenSSL 1.1.0e 16 Feb 2017
built with OpenSSL 1.0.2l 25 May 2017
TLS SNI support enabled
configure arguments: --with-cc=cl --builddir=objs --with-debug --prefix= --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-pat
h=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-te
mp-path=temp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp
-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-
8.40 --with-zlib=objs/lib/zlib-1.2.11 --with-select_module --with-http_realip_mo
dule --with-http_addition_module --with-http_sub_module --with-http_dav_module -
-with-http_stub_status_module --with-http_flv_module --with-http_mp4_module --wi
th-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_mo
dule --with-http_random_index_module --with-http_secure_link_module --with-http_
slice_module --with-mail --with-stream --with-openssl=objs/lib/openssl-1.1.0e --
with-openssl-opt=no-asm --with-http_ssl_module --with-mail_ssl_module --with-str
eam_ssl_module --with-ipv6 --add-module=../nginx-rtmp-module
configure arguments: --with-cc=cl --builddir=objs --prefix= --conf-path=conf/ngi
nx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-pa
th=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-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uw
sgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 --with-z
lib=objs/lib/zlib-1.2.11 --with-select_module --with-http_v2_module --with-http_
realip_module --with-http_addition_module --with-http_sub_module --with-http_dav
_module --with-http_stub_status_module --with-http_flv_module --with-http_mp4_mo
dule --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_r
equest_module --with-http_random_index_module --with-http_secure_link_module --w
ith-http_slice_module --with-mail --with-stream --with-openssl=objs/lib/openssl-
1.0.2l --with-openssl-opt=no-asm --with-http_ssl_module --with-mail_ssl_module -
-with-stream_ssl_module --add-module=../nginx-rtmp-module
```

# 使用方法
双击nginx.exe
# 简要说明
conf/nginx.conf 为配置文件实例
RTMP监听 1935 端口,启用live 和hls 两个application
HTTP监听 8080 端口,
* :8080/stat 查看stream状态
* :8080/index.html 为一个直播播放与直播发布测试器
* :8080/vod.html 为一个支持RTMP和HLS点播的测试器
HTTP监听 8000 端口,
* :8000/stat 查看stream状态
* :8000/index.html 为一个直播播放与直播发布测试器
* :8000/vod.html 为一个支持RTMP和HLS点播的测试器

# 注意
不支持exec
Expand Down

0 comments on commit 9c4606b

Please sign in to comment.