1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

support nginx-style config file

This commit is contained in:
winlin 2013-11-02 17:55:59 +08:00
parent 6e670627af
commit 2aa15a1134
10 changed files with 589 additions and 20 deletions

5
trunk/conf/srs.conf Executable file
View file

@ -0,0 +1,5 @@
listen 1935;
vhost __defaultVhost__ {
application live {
}
}