Blame view

trunk/conf/edge.conf 365 字节
1
# the config for srs origin-edge cluster
2
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Edge
3 4 5
# @see full.conf for detail config.

listen              1935;
6
max_connections     1000;
7 8 9 10 11 12
pid                 objs/edge.pid;
srs_log_file        ./objs/edge.log;
vhost __defaultVhost__ {
    mode            remote;
    origin          127.0.0.1:19350;
}