1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

refine conf

This commit is contained in:
winlin 2015-08-30 10:52:05 +08:00
parent dc11013c01
commit d1336e0d80

View file

@ -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
# ...