Blame view

trunk/conf/console.conf 352 字节
winlin authored
1
# no-daemon and write log to console config for srs.
winlin authored
2 3 4
# @see full.conf for detail config.

listen              1935;
5
max_connections     1000;
winlin authored
6 7
daemon              off;
srs_log_tank        console;
8 9 10 11 12 13 14 15
http_api {
    enabled         on;
    listen          1985;
}
http_stream {
    enabled         on;
    listen          8080;
}
winlin authored
16 17
vhost __defaultVhost__ {
}