mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the conf files, rename srs.conf to demo.conf
This commit is contained in:
parent
d67edf631b
commit
b36338853a
8 changed files with 813 additions and 856 deletions
13
trunk/conf/demo.19350.conf
Normal file
13
trunk/conf/demo.19350.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
listen 19350;
|
||||
chunk_size 65000;
|
||||
vhost __defaultVhost__ {
|
||||
enabled on;
|
||||
gop_cache on;
|
||||
hls {
|
||||
enabled on;
|
||||
hls_path ./objs/nginx/html/forward;
|
||||
hls_fragment 5;
|
||||
hls_window 30;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue