8000 update · kenser/pingostack.github.io@bc8ddb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc8ddb0

Browse files
committed
update
1 parent f3bf829 commit bc8ddb0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/zh/1.1-quick-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ key: docs-quick-start-zh
4747

4848
- rtmp
4949
rtmp://ip/live/流名
50-
- http-flv
51-
http://ip/flv/流名
50+
- http(s)-flv
51+
http(s)://ip/flv/流名
5252
- hls
53-
http://ip/hls/流名.m3u8
53+
http(s)://ip/hls/流名.m3u8
5454
- hls+
55-
http://ip/hls2/流名.m3u8
56-
- http-ts
57-
http://ip/ts/流名
55+
http(s)://ip/hls2/流名.m3u8
56+
- http(s)-ts
57+
http(s)://ip/ts/流名
5858

5959
## html5播放器
6060

docs/zh/2.6-config-hls-plus.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ hls+和http-ts它们共用了一个 ts buffer,并且hls+是实时的从buffer
201201
202202
[默认配置模板](./config-guide#配置模板)已经实现了多进程配置,包括HLS+的多进程模式,所以您也可以参考[默认配置模板](./config-guide#配置模板)。
203203
204+
205+
- rtmp推流地址:rtmp://ip/live/流名
206+
- hls+ 播放地址:http(s)://ip/hls2/流名.m3u8
207+
204208
```nginx
205209
user root;
206210
daemon on;

0 commit comments

Comments
 (0)
0