Blame view

trunk/conf/forward.slave.conf 339 字节
winlin authored
1
# the config for srs to forward
2
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleForward
winlin authored
3 4
# @see full.conf for detail config.
5
listen              19350;
6
max_connections     1000;
7 8 9
pid                 ./objs/srs.slave.pid;
srs_log_tank        file;
srs_log_file        ./objs/srs.slave.log;
10 11
vhost __defaultVhost__ {
}