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

support vhosts specified config.

This commit is contained in:
winlin 2013-11-04 22:42:03 +08:00
parent 9f94f891ad
commit 58d9677ddd
15 changed files with 376 additions and 9 deletions

View file

@ -1,7 +1,12 @@
listen 1935 19350;
vhost __defaultVhost__ {
application live {
no_delay on;
allow all;
}
enabled on;
gop_cache on;
#refer github.com github.io;
#refer_publish github.com github.io;
refer_play github.com github.io .com;
}
vhost winlinvip.github.com {
gop_cache off;
}