mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support h264/avc codec by rtmp complex handshake(SrsComplexHandshake)
This commit is contained in:
parent
f0f4837a97
commit
53a668e34d
8 changed files with 1031 additions and 29 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -105,7 +105,7 @@ MAIN_ENTRANCES=("srs_main_server")
|
|||
# srs(simple rtmp server) over st(state-threads)
|
||||
ModuleLibFiles=(${LibSTfile})
|
||||
MODULE_OBJS="${CORE_OBJS[@]} ${CONFIG_OBJS[@]} ${PROTOCOL_OBJS[@]} ${MAIN_OBJS[@]}"
|
||||
BUILD_KEY="simple_rtmp_server" APP_MAIN="srs_main_server" APP_NAME="simple_rtmp_server" LINK_OPTIONS="-ldl" SO_PATH="" . auto/apps.sh
|
||||
BUILD_KEY="simple_rtmp_server" APP_MAIN="srs_main_server" APP_NAME="simple_rtmp_server" LINK_OPTIONS="-ldl -lssl" SO_PATH="" . auto/apps.sh
|
||||
|
||||
echo 'configure ok! '
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue