Skip to content

Commit 7d5a7c7

Browse files
committed
[dev] update README files.
1 parent 4c7a13c commit 7d5a7c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ nginx-http-flv-module包含了[nginx-rtmp-module](https://github.com/arut/nginx-
168168

169169
配置项`rtmp_auto_push``rtmp_auto_push_reconnect``rtmp_socket_dir`在Windows上不起作用,除了Windows 10 17063以及后续版本之外,因为多进程模式的`relay`需要Unix domain socket的支持,详情请参考[Unix domain socket on Windows 10](https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows)
170170

171-
最好将配置项`worker_processes`设置为1,因为`ngx_rtmp_stat_module``ngx_rtmp_control_module`在多进程模式下有问题,另外,`vhost`功能在多进程模式下还有问题
171+
最好将配置项`worker_processes`设置为1,因为`ngx_rtmp_stat_module``ngx_rtmp_control_module`在多进程模式下有问题,另外,`vhost`功能在多进程模式下也有问题
172172

173173
worker_processes 1; #运行在Windows上时,设置为1,因为Windows不支持Unix domain socket
174174
#worker_processes auto; #1.3.8和1.2.5以及之后的版本
@@ -306,6 +306,6 @@ nginx-http-flv-module包含了[nginx-rtmp-module](https://github.com/arut/nginx-
306306
}
307307
}
308308

309-
# Red Har Enterprise Linux 6(CentOS 6)和7(CentOS 7)上的rpm安装包已可用
309+
# RHEL 6(CentOS 6)和7(CentOS 7)上的rpm安装包
310310

311311
详情见[nginx-http-flv-module-package](https://github.com/winshining/nginx-http-flv-module-package)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ The directive `worker_processes` of value 1 is preferable to other values, becau
307307
}
308308
}
309309

310-
# rpm packages on Red Hat Enterprise Linux 6 (CentOS 6) and 7 (CentOS 7) are available
310+
# rpm packages on RHEL 6 (CentOS 6) and 7 (CentOS 7)
311311

312312
Please refer to [nginx-http-flv-module-package](https://github.com/winshining/nginx-http-flv-module-package).

0 commit comments

Comments
 (0)