mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
RTC: Refine options
This commit is contained in:
parent
1da97b7cde
commit
8860d0ec62
1 changed files with 2 additions and 4 deletions
|
@ -178,7 +178,7 @@ Performance: @see https://blog.csdn.net/win_lin/article/details/5
|
||||||
|
|
||||||
--nasm=on|off Whether build FFMPEG for RTC with nasm support.
|
--nasm=on|off Whether build FFMPEG for RTC with nasm support.
|
||||||
--srtp-nasm=on|off Whether build SRTP with ASM(openssl-asm) support, requires RTC and openssl-1.0.*.
|
--srtp-nasm=on|off Whether build SRTP with ASM(openssl-asm) support, requires RTC and openssl-1.0.*.
|
||||||
--sendmmsg=on|off Whether enable UDP sendmmsg support. @see http://man7.org/linux/man-pages/man2/sendmmsg.2.html
|
--sendmmsg=on|off Whether enable UDP sendmmsg support. Default: off. @see http://man7.org/linux/man-pages/man2/sendmmsg.2.html
|
||||||
|
|
||||||
Toolchain options: @see https://github.com/ossrs/srs/issues/1547#issuecomment-576078411
|
Toolchain options: @see https://github.com/ossrs/srs/issues/1547#issuecomment-576078411
|
||||||
--static Whether add '-static' to link options.
|
--static Whether add '-static' to link options.
|
||||||
|
@ -204,9 +204,7 @@ Experts:
|
||||||
--use-shared-srt Use link shared libraries for SRT which uses MPL license.
|
--use-shared-srt Use link shared libraries for SRT which uses MPL license.
|
||||||
--build-tag=<TAG> Set the build object directory suffix.
|
--build-tag=<TAG> Set the build object directory suffix.
|
||||||
--clean=on|off Whether do 'make clean' when configure.
|
--clean=on|off Whether do 'make clean' when configure.
|
||||||
--detect-sendmmsg=on|off Whether detect the sendmmsg API.
|
--simulator=on|off Whether enable RTC network simulator. Default: off
|
||||||
--has-sendmmsg=on|off Whether OS supports sendmmsg API.
|
|
||||||
--simulator=on|off Whether enable RTC network simulator.
|
|
||||||
|
|
||||||
Workflow:
|
Workflow:
|
||||||
1. Apply "Presets". if not specified, use default preset.
|
1. Apply "Presets". if not specified, use default preset.
|
||||||
|
|
Loading…
Reference in a new issue