mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
12 lines
248 B
Text
12 lines
248 B
Text
|
listen 19350;
|
||
|
chunk_size 65000;
|
||
|
vhost __defaultVhost__ {
|
||
|
enabled on;
|
||
|
gop_cache on;
|
||
|
hls on;
|
||
|
hls_path ./objs/nginx/html/forward;
|
||
|
hls_fragment 5;
|
||
|
hls_window 30;
|
||
|
}
|
||
|
|