mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
8 lines
197 B
Text
8 lines
197 B
Text
# 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__ {
|
|
}
|