1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

for bug #257, default to off the realtime(min-latency).

This commit is contained in:
winlin 2014-12-13 10:13:49 +08:00
parent dac9f9c45c
commit 595bf24a51
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ vhost mrw.srs.com {
# 1. disable the mr for vhost. # 1. disable the mr for vhost.
# 2. use timeout for cond wait for consumer queue. # 2. use timeout for cond wait for consumer queue.
# @see https://github.com/winlinvip/simple-rtmp-server/issues/257 # @see https://github.com/winlinvip/simple-rtmp-server/issues/257
# default: on # default: off
min_latency off; min_latency off;
# about MR, read https://github.com/winlinvip/simple-rtmp-server/issues/241 # about MR, read https://github.com/winlinvip/simple-rtmp-server/issues/241
mr { mr {

View file

@ -136,7 +136,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* 2. use timeout for cond wait for consumer queue. * 2. use timeout for cond wait for consumer queue.
* @see https://github.com/winlinvip/simple-rtmp-server/issues/257 * @see https://github.com/winlinvip/simple-rtmp-server/issues/257
*/ */
#define SRS_PERF_MIN_LATENCY_ENABLED true #define SRS_PERF_MIN_LATENCY_ENABLED false
/** /**
* how many chunk stream to cache, [0, N]. * how many chunk stream to cache, [0, N].