Blame view

trunk/conf/realtime.conf 389 字节
winlin authored
1
# the config for srs to delivery realtime RTMP stream
2
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_SampleRealtime
winlin authored
3 4
# @see full.conf for detail config.
5
listen              1935;
6
max_connections     1000;
7 8 9
vhost __defaultVhost__ {
    gop_cache       off;
    queue_length    10;
10
    min_latency     on;
11 12 13 14
    mr {
        enabled     off;
    }
    mw_latency      100;
15
}