1
0
Fork 0
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:
winlin 2014-03-18 15:13:25 +08:00
parent d67edf631b
commit b36338853a
8 changed files with 813 additions and 856 deletions

View 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;
}
}