mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the format to unix without x
This commit is contained in:
parent
235e3cc120
commit
e3e0db9bb1
44 changed files with 19 additions and 0 deletions
7
trunk/conf/srs.conf
Executable file → Normal file
7
trunk/conf/srs.conf
Executable file → Normal file
|
@ -17,6 +17,13 @@ vhost removed.vhost.com {
|
|||
# default: on
|
||||
enabled off;
|
||||
}
|
||||
# the vhost with hls disabled.
|
||||
vhost no-hls.vhost.com {
|
||||
# whether the hls is enabled.
|
||||
# if off, donot write hls(ts and m3u8) when publish.
|
||||
# default: on
|
||||
hls off;
|
||||
}
|
||||
# the vhost for min delay, donot cache any stream.
|
||||
vhost min.delay.com {
|
||||
# whether cache the last gop.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue