mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
simplify usage
This commit is contained in:
parent
13d9b44c73
commit
2fa0d60186
4 changed files with 12 additions and 0 deletions
9
trunk/conf/hls.conf
Normal file
9
trunk/conf/hls.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
listen 1935;
|
||||
vhost __defaultVhost__ {
|
||||
hls {
|
||||
enabled on;
|
||||
hls_path ./objs/nginx/html;
|
||||
hls_fragment 10;
|
||||
hls_window 60;
|
||||
}
|
||||
}
|
0
trunk/conf/rtmp.conf
Executable file → Normal file
0
trunk/conf/rtmp.conf
Executable file → Normal file
0
trunk/conf/srs.19350.conf
Executable file → Normal file
0
trunk/conf/srs.19350.conf
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue