File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ key: docs-quick-start-zh
47
47
48
48
- rtmp
49
49
rtmp://ip/live/流名
50
- - http-flv
51
- http://ip/flv/流名
50
+ - http(s) -flv
51
+ http(s) ://ip/flv/流名
52
52
- hls
53
- http://ip/hls/流名.m3u8
53
+ http(s) ://ip/hls/流名.m3u8
54
54
- 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/流名
58
58
59
59
# # html5播放器
60
60
Original file line number Diff line number Diff line change @@ -201,6 +201,10 @@ hls+和http-ts它们共用了一个 ts buffer,并且hls+是实时的从buffer
201
201
202
202
[默认配置模板](./config-guide#配置模板)已经实现了多进程配置,包括HLS+的多进程模式,所以您也可以参考[默认配置模板](./config-guide#配置模板)。
203
203
204
+
205
+ - rtmp推流地址:rtmp://ip/live/流名
206
+ - hls+ 播放地址:http(s)://ip/hls2/流名.m3u8
207
+
204
208
```nginx
205
209
user root;
206
210
daemon on;
You can’t perform that action at this time.
0 commit comments