Blame view

trunk/conf/realtime.conf 300 字节
winlin authored
1
# the config for srs to delivery realtime RTMP stream
2
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleRealtime
winlin authored
3 4
# @see full.conf for detail config.
5
listen              1935;
6
max_connections     1000;
7 8 9 10
vhost __defaultVhost__ {
    gop_cache       off;
    queue_length    10;
}