mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
refine conf
This commit is contained in:
parent
dc11013c01
commit
d1336e0d80
1 changed files with 3 additions and 1 deletions
|
@ -937,7 +937,9 @@ vhost with-hls.srs.com {
|
|||
# default: off
|
||||
hls_ts_floor off;
|
||||
# the hls entry prefix, which is base url of ts url.
|
||||
# if specified, the ts path in m3u8 will be like:
|
||||
# for exmaple, the prefix is:
|
||||
# http://your-server/
|
||||
# then, the ts path in m3u8 will be like:
|
||||
# http://your-server/live/livestream-0.ts
|
||||
# http://your-server/live/livestream-1.ts
|
||||
# ...
|
||||
|
|
Loading…
Reference in a new issue