1
0
Fork 0
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:
winlin 2013-11-02 19:32:52 +08:00
parent 2aa15a1134
commit c0b6982e0d
7 changed files with 232 additions and 104 deletions

View file

@ -1,5 +1,7 @@
listen 1935;
listen 1935 19350;
vhost __defaultVhost__ {
application live {
no_delay on;
allow all;
}
}