2014-03-18 07:38:34 +00:00
|
|
|
# the config for srs to delivery realtime RTMP stream
|
2015-04-29 09:06:32 +00:00
|
|
|
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_SampleRealtime
|
2014-03-18 07:38:34 +00:00
|
|
|
# @see full.conf for detail config.
|
|
|
|
|
2014-03-10 16:01:24 +00:00
|
|
|
listen 1935;
|
2014-07-26 07:34:45 +00:00
|
|
|
max_connections 1000;
|
2014-03-10 16:01:24 +00:00
|
|
|
vhost __defaultVhost__ {
|
|
|
|
gop_cache off;
|
|
|
|
queue_length 10;
|
2014-12-12 13:51:06 +00:00
|
|
|
min_latency on;
|
2014-12-10 10:06:09 +00:00
|
|
|
mr {
|
|
|
|
enabled off;
|
|
|
|
}
|
|
|
|
mw_latency 100;
|
2015-08-12 05:22:09 +00:00
|
|
|
tcp_nodelay on;
|
2014-03-10 16:01:24 +00:00
|
|
|
}
|