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