mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
11 years ago
|
listen 19350;
|
||
|
chunk_size 65000;
|
||
|
vhost __defaultVhost__ {
|
||
|
enabled on;
|
||
|
gop_cache on;
|
||
11 years ago
|
hls {
|
||
|
enabled on;
|
||
|
hls_path ./objs/nginx/html/forward;
|
||
|
hls_fragment 5;
|
||
|
hls_window 30;
|
||
|
}
|
||
11 years ago
|
}
|
||
|
|