正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -937,7 +937,9 @@ vhost with-hls.srs.com { | @@ -937,7 +937,9 @@ vhost with-hls.srs.com { | ||
| 937 | # default: off | 937 | # default: off |
| 938 | hls_ts_floor off; | 938 | hls_ts_floor off; |
| 939 | # the hls entry prefix, which is base url of ts url. | 939 | # the hls entry prefix, which is base url of ts url. |
| 940 | - # if specified, the ts path in m3u8 will be like: | 940 | + # for exmaple, the prefix is: |
| 941 | + # http://your-server/ | ||
| 942 | + # then, the ts path in m3u8 will be like: | ||
| 941 | # http://your-server/live/livestream-0.ts | 943 | # http://your-server/live/livestream-0.ts |
| 942 | # http://your-server/live/livestream-1.ts | 944 | # http://your-server/live/livestream-1.ts |
| 943 | # ... | 945 | # ... |
-
请 注册 或 登录 后发表评论