Blame view

trunk/conf/rtmp.conf 199 字节
winlin authored
1 2 3 4
# the config for srs to delivery RTMP
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP
# @see full.conf for detail config.
winlin authored
5 6 7
listen              1935;
vhost __defaultVhost__ {
}