mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add ./etc/init.d/srs, refine configure to support make clean then make.
This commit is contained in:
parent
d595f8fc96
commit
3c920b933c
7 changed files with 155 additions and 6 deletions
|
@ -21,7 +21,7 @@ log_dir ./objs/logs;
|
|||
# the max connections.
|
||||
# if exceed the max connections, server will drop the new connection.
|
||||
# default: 2000
|
||||
max_connections 2000;
|
||||
max_connections 1000;
|
||||
# vhost list, the __defaultVhost__ is the default vhost
|
||||
# for example, user use ip to access the stream: rtmp://192.168.1.2/live/livestream.
|
||||
# for which cannot identify the required vhost.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue