mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
# the config for srs to forward
|
|
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleForward
|
|
# @see full.conf for detail config.
|
|
|
|
listen 19350;
|
|
max_connections 1000;
|
|
pid ./objs/srs.slave.pid;
|
|
srs_log_tank file;
|
|
srs_log_file ./objs/srs.slave.log;
|
|
vhost __defaultVhost__ {
|
|
}
|