mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support hls mount to vhost and reload
This commit is contained in:
parent
041040b846
commit
d81b2cb140
3 changed files with 65 additions and 24 deletions
|
@ -956,6 +956,7 @@ vhost with-hls.srs.com {
|
|||
# [vhost], the vhost of stream.
|
||||
# [app], the app of stream.
|
||||
# [stream], the stream name of stream.
|
||||
# recommend: [vhost]/[app]/[stream].m3u8
|
||||
# default: [app]/[stream].m3u8
|
||||
hls_m3u8_file [app]/[stream].m3u8;
|
||||
# the hls ts file name.
|
||||
|
@ -974,6 +975,7 @@ vhost with-hls.srs.com {
|
|||
# [seq], the sequence number of ts.
|
||||
# @see https://github.com/ossrs/srs/wiki/v2_CN_DVR#custom-path
|
||||
# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS#hls-config
|
||||
# recommend: [vhost]/[app]/[stream]-[seq].ts
|
||||
# default: [app]/[stream]-[seq].ts
|
||||
hls_ts_file [app]/[stream]-[seq].ts;
|
||||
# whether use floor for the hls_ts_file path generation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue