srs/trunk/conf/srs.19350.conf
2013-12-24 10:38:38 +08:00

14 lines
273 B
Plaintext
Executable File

listen 19350;
vhost __defaultVhost__ {
chunk_size 65000;
enabled on;
gop_cache on;
hls {
enabled on;
hls_path ./objs/nginx/html/forward;
hls_fragment 5;
hls_window 30;
}
}