1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00
srs/trunk/conf/rtmp.conf

11 lines
267 B
Text
Raw Normal View History

2014-03-18 07:38:34 +00:00
# the config for srs to delivery RTMP
# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-rtmp
2014-03-18 07:38:34 +00:00
# @see full.conf for detail config.
2014-03-10 10:59:11 +00:00
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
2014-03-10 10:59:11 +00:00
vhost __defaultVhost__ {
}