1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #136, refine the conf for hls.

This commit is contained in:
winlin 2015-02-02 13:39:23 +08:00
parent 4d10cc9f59
commit 89b37d3469
2 changed files with 13 additions and 13 deletions

View file

@ -7,8 +7,8 @@ max_connections 1000;
vhost __defaultVhost__ {
hls {
enabled on;
hls_path ./objs/nginx/html;
hls_fragment 10;
hls_window 60;
hls_path ./objs/nginx/html;
}
}