Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,25 @@ ule --with-mail_ssl_module --with-stream_ssl_module --add-module=objs/lib/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点播的测试器
# Instructions
Run nginx.exe

# 注意
不支持exec
# A brief description
conf/nginx.conf - Configuration file
RTMP monitor at 1935 port, Enable live RTMP and HLS within application
HTTP monitor at 8080 port,
* :8080/stat - View stream status
* :8080/index.html - Publish tester for live broadcast and live broadcast
* :8080/vod.html test player that supports RTMP and HLS on demand

# 直播测试工具
内置了一个方便测试的pc端推流于播放的工具
# Note
exec is not supported

# Live test tool
Built-in tool for easy testing of PC-side push-to-play
![img](https://github.com/NodeMedia/NodeMediaDevClient/raw/master/QQ20160310-0.png)
源码在此:https://github.com/NodeMedia/NodeMediaDevClient
Source code here: https://github.com/NodeMedia/NodeMediaDevClient

# 另一个选择,支持HTTP-FLV
基于Node.js实现,高性能,原生跨平台,支持RTMP/HTTP-FLV/GOPcache
# For another option, support HTTP-FLV
Based on Node.js implementation, high performance, native cross-platform, support for RTMP/HTTP-FLV/GOPcache
https://github.com/illuspas/Node-Media-Server