From b8734cb462b63ed877392d1306accade5a9d5b5c Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 6 Nov 2023 09:38:59 +0800 Subject: [PATCH] Disable ffmpeg-opus by default. v6.0.97 --- trunk/auto/options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 40d41ba24..0b1aba3ed 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -37,7 +37,7 @@ SRS_FFMPEG_TOOL=NO # FFmpeg fit is the source code for RTC, to transcode audio or video in SRS. SRS_FFMPEG_FIT=RESERVED # Whether use FFmpeg native opus codec for RTC. If not, use libopus instead. -SRS_FFMPEG_OPUS=YES +SRS_FFMPEG_OPUS=NO # arguments SRS_PREFIX=/usr/local/srs SRS_DEFAULT_CONFIG=conf/srs.conf