1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00

Disable ffmpeg-opus by default. v6.0.97

This commit is contained in:
winlin 2023-11-06 09:38:59 +08:00
parent e7b629cd39
commit b8734cb462

View file

@ -37,7 +37,7 @@ SRS_FFMPEG_TOOL=NO
# FFmpeg fit is the source code for RTC, to transcode audio or video in SRS. # FFmpeg fit is the source code for RTC, to transcode audio or video in SRS.
SRS_FFMPEG_FIT=RESERVED SRS_FFMPEG_FIT=RESERVED
# Whether use FFmpeg native opus codec for RTC. If not, use libopus instead. # Whether use FFmpeg native opus codec for RTC. If not, use libopus instead.
SRS_FFMPEG_OPUS=YES SRS_FFMPEG_OPUS=NO
# arguments # arguments
SRS_PREFIX=/usr/local/srs SRS_PREFIX=/usr/local/srs
SRS_DEFAULT_CONFIG=conf/srs.conf SRS_DEFAULT_CONFIG=conf/srs.conf