Files
srs/trunk/conf/rtmp.conf

11 lines
267 B
Plaintext
Raw Normal View History

2014-03-18 15:38:34 +08:00
# the config for srs to delivery RTMP
# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-rtmp
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;
daemon off;
srs_log_tank console;
2014-03-10 18:59:11 +08:00
vhost __defaultVhost__ {
}