Skip to content

Commit db996b1

Browse files
committed
[dev] update README files.
1 parent 4321b7a commit db996b1

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

README.CN.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616

1717
* 支持虚拟主机。
1818

19-
* 支持反向代理(试验)。
20-
21-
* 支持负载均衡(轮询,试验)。
22-
2319
# 支持的系统
2420

2521
* Linux(推荐)/FreeBSD/MacOS/Windows(受限)。
@@ -204,40 +200,5 @@
204200
gop_cache on; #打开GOP缓存,降低播放延迟
205201
}
206202
}
207-
208-
#以下两个server块是用于upstream的
209-
210-
server {
211-
listen 1935;
212-
213-
application myapp {
214-
live on;
215-
gop_cache on; #打开GOP缓存,降低播放延迟
216-
}
217-
}
218-
219-
server {
220-
listen 1945;
221-
222-
application myapp {
223-
live on;
224-
gop_cache on; #打开GOP缓存,降低播放延迟
225-
}
226-
}
227-
228-
server {
229-
listen 1985;
230-
231-
application myapp {
232-
proxy_pass rtmp://balance; #打开反向代理
233-
}
234-
}
235-
236-
upstream balance {
237-
#打开负载均衡
238-
239-
server localhost:1935;
240-
server localhost:1945;
241-
}
242203
}
243204

README.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Media streaming server based on [nginx-rtmp-module](https://github.com/arut/ngin
1616

1717
* Virtual hosts supported.
1818

19-
* Reverse proxy supported (experimental).
20-
21-
* Load balance (round robin) supported (experimental).
22-
2319
# Systems supported
2420

2521
* Linux (recommended)/FreeBSD/MacOS/Windows (limited).
@@ -204,40 +200,5 @@ Since some players don't support HTTP chunked transmission, it's better **NOT**
204200
gop_cache on; #open GOP cache for low latency
205201
}
206202
}
207-
208-
#the following two server blocks are for upstream
209-
210-
server {
211-
listen 1935;
212-
213-
application myapp {
214-
live on;
215-
gop_cache on; #open GOP cache for low latency
216-
}
217-
}
218-
219-
server {
220-
listen 1945;
221-
222-
application myapp {
223-
live on;
224-
gop_cache on; #open GOP cache for low latency
225-
}
226-
}
227-
228-
server {
229-
listen 1985;
230-
231-
application myapp {
232-
proxy_pass rtmp://balance; #open reverse proxy
233-
}
234-
}
235-
236-
upstream balance {
237-
#open load balance
238-
239-
server localhost:1935;
240-
server localhost:1945;
241-
}
242203
}
243204

0 commit comments

Comments
 (0)