9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
# no-daemon and write log to console config for srs.
|
|
# @see full.conf for detail config.
|
|
|
|
listen 1935;
|
|
daemon off;
|
|
srs_log_tank console;
|
|
vhost __defaultVhost__ {
|
|
}
|