From 62cadd244ad46c11641c361466069e0a932ef5bf Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 3 Jul 2020 09:23:02 +0800 Subject: [PATCH] RTC: Disable merge_nalus by default --- trunk/conf/full.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index e12ee39fc..b53766ef2 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -444,8 +444,8 @@ rtc_server { reuseport 1; # Whether merge multiple NALUs into one. # @see https://github.com/ossrs/srs/issues/307#issuecomment-612806318 - # default: on - merge_nalus on; + # default: off + merge_nalus off; # Whether enable the perf stat at http://localhost:1985/api/v1/perf # default: on perf_stat on;