1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/conf/srs.conf

8 lines
115 B
Text
Raw Normal View History

2013-11-02 11:32:52 +00:00
listen 1935 19350;
2013-11-02 09:55:59 +00:00
vhost __defaultVhost__ {
application live {
2013-11-02 11:32:52 +00:00
no_delay on;
allow all;
2013-11-02 09:55:59 +00:00
}
}