Blame view

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

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