mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support listen multiple ports.
This commit is contained in:
parent
2aa15a1134
commit
c0b6982e0d
7 changed files with 232 additions and 104 deletions
|
@ -1,5 +1,7 @@
|
|||
listen 1935;
|
||||
listen 1935 19350;
|
||||
vhost __defaultVhost__ {
|
||||
application live {
|
||||
no_delay on;
|
||||
allow all;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue