mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Enable --nasm and --srtp-asm by default for performance. 4.0.64
This commit is contained in:
parent
10205e8cc1
commit
f6720c18c6
5 changed files with 19 additions and 7 deletions
10
trunk/configure
vendored
10
trunk/configure
vendored
|
@ -717,6 +717,16 @@ if [ $SRS_SSL = YES ]; then
|
|||
else
|
||||
echo -e "${YELLOW}Warning: RTMP complex handshake is disabled, flash cann't play h264/aac.${BLACK}"
|
||||
fi
|
||||
if [[ $SRS_NASM == YES ]]; then
|
||||
echo -e "${GREEN}NASM for HTTPS(openssl) and FFmepg is enabled${BLACK}"
|
||||
else
|
||||
echo -e "${YELLOW}Warning: NASM for HTTPS(openssl) and FFmepg is disabled${BLACK}"
|
||||
fi
|
||||
if [[ $SRS_SRTP_ASM == YES ]]; then
|
||||
echo -e "${GREEN}SRTP-NASM for WebRTC(openssl) is enabled${BLACK}"
|
||||
else
|
||||
echo -e "${YELLOW}Warning: SRTP-NASM for WebRTC(openssl) is disabled${BLACK}"
|
||||
fi
|
||||
if [ $SRS_TRANSCODE = YES ]; then
|
||||
echo -e "${GREEN}The transcoding is enabled${BLACK}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue