winlin

refine conf

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