mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support build without RTMP2RTC bridger, no FFmpeg fit.
This commit is contained in:
parent
ab6bc39676
commit
be5d76009e
7 changed files with 117 additions and 19 deletions
|
@ -595,7 +595,7 @@ fi
|
|||
#####################################################################################
|
||||
# ffmpeg-fix, for WebRTC to transcode AAC with Opus.
|
||||
#####################################################################################
|
||||
if [[ $SRS_RTC == YES ]]; then
|
||||
if [[ $SRS_FFMPEG_FIT == YES ]]; then
|
||||
FFMPEG_OPTIONS=""
|
||||
|
||||
# If disable nasm, disable all ASMs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue