srs/trunk/conf/hls.conf
2014-03-10 19:13:18 +08:00

10 lines
196 B
Plaintext

listen 1935;
vhost __defaultVhost__ {
hls {
enabled on;
hls_path ./objs/nginx/html;
hls_fragment 10;
hls_window 60;
}
}