From 1da41f5d135fb6fcda6e34a164b8494092f0cffc Mon Sep 17 00:00:00 2001 From: Vu - At Work Date: Thu, 18 Oct 2018 11:54:39 +0700 Subject: [PATCH] translate README.md --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 75be7b4..b85491c 100644 --- a/README.md +++ b/README.md @@ -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