mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
9 lines
196 B
Text
9 lines
196 B
Text
listen 1935;
|
|
vhost __defaultVhost__ {
|
|
hls {
|
|
enabled on;
|
|
hls_path ./objs/nginx/html;
|
|
hls_fragment 10;
|
|
hls_window 60;
|
|
}
|
|
}
|