Files
srs/trunk/conf/rtmp.conf

9 lines
212 B
Plaintext
Raw Normal View History

2014-03-18 15:38:34 +08:00
# the config for srs to delivery RTMP
2015-11-11 10:37:50 +08:00
# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleRTMP
2014-03-18 15:38:34 +08:00
# @see full.conf for detail config.
2014-03-10 18:59:11 +08:00
listen 1935;
max_connections 1000;
2014-03-10 18:59:11 +08:00
vhost __defaultVhost__ {
}