Blame view

trunk/conf/forward.master.conf 377 字节
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              1935;
6
max_connections     1000;
7 8 9
pid                 ./objs/srs.master.pid;
srs_log_tank        file;
srs_log_file        ./objs/srs.master.log;
10 11 12
vhost __defaultVhost__ {
    forward         127.0.0.1:19350;
}