Skip to content

Commit

Permalink
[dev] update the README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
winshining committed Feb 23, 2019
1 parent 6d9ff02 commit 4725500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nginx-http-flv-module

[![Build Status](https://travis-ci.org/winshining/nginx-http-flv-module.svg?branch=vhost)](https://travis-ci.org/winshining/nginx-http-flv-module)
[![Build Status](https://travis-ci.org/winshining/nginx-http-flv-module.svg?branch=master)](https://travis-ci.org/winshining/nginx-http-flv-module)

基于[nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module)的流媒体服务器。

Expand Down Expand Up @@ -102,7 +102,7 @@ nginx-http-flv-module包含了[nginx-rtmp-module](https://github.com/arut/nginx-

# 使用方法

关于[nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module)用法的详情,请参考[README.md](https://github.com/arut/nginx-rtmp-module/blob/vhost/README.md)
关于[nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module)用法的详情,请参考[README.md](https://github.com/arut/nginx-rtmp-module/blob/master/README.md)

## 发布

Expand Down Expand Up @@ -219,6 +219,7 @@ nginx-http-flv-module包含了[nginx-rtmp-module](https://github.com/arut/nginx-
#如果此模块被编译为动态模块并且要使用与RTMP相关的功
#能时,必须指定下面的配置项并且它必须位于events配置
#项之前,否则NGINX启动时不会加载此模块或者加载失败

#load_module modules/ngx_http_flv_live_module.so;

events {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nginx-http-flv-module

[![Build Status](https://travis-ci.org/winshining/nginx-http-flv-module.svg?branch=vhost)](https://travis-ci.org/winshining/nginx-http-flv-module)
[![Build Status](https://travis-ci.org/winshining/nginx-http-flv-module.svg?branch=master)](https://travis-ci.org/winshining/nginx-http-flv-module)

Media streaming server based on [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module).

Expand Down Expand Up @@ -220,6 +220,7 @@ The directive `worker_processes` of value 1 is preferable to other values, becau
#to RTMP are needed, the command below MUST be specified and MUST be
#located before events directive, otherwise the module won't be loaded
#or will be loaded unsuccessfully when NGINX is started

#load_module modules/ngx_http_flv_live_module.so;

events {
Expand Down

0 comments on commit 4725500

Please sign in to comment.