mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
13 lines
273 B
Text
Executable file
13 lines
273 B
Text
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;
|
|
}
|
|
}
|
|
|