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

Update conf to follow wiki

This commit is contained in:
winlin 2020-10-23 20:50:56 +08:00
parent 3f3a23f978
commit cc6b71e1ae
14 changed files with 3 additions and 35 deletions

View file

@ -4,8 +4,6 @@
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_server {
enabled on;
listen 8080;
@ -14,10 +12,8 @@ http_server {
vhost __defaultVhost__ {
hls {
enabled on;
hls_path ./objs/nginx/html;
hls_fragment 10;
hls_window 60;
hls_path ./objs/nginx/html;
hls_m3u8_file [app]/[stream].m3u8;
hls_ts_file [app]/[stream]-[seq].ts;
}
}