mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
get peer ip and add rtmp class
This commit is contained in:
parent
96e1de255c
commit
d4b6178f0f
11 changed files with 178 additions and 34 deletions
4
trunk/configure
vendored
4
trunk/configure
vendored
|
@ -82,7 +82,9 @@ LibSTfile="${LibSTRoot}/libst.a"
|
|||
MODULE_ID="CORE"
|
||||
MODULE_DEPENDS=()
|
||||
ModuleLibIncs=(${LibSTRoot})
|
||||
MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server" "srs_core_error" "srs_core_conn" "srs_core_conn_rtmp")
|
||||
MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server"
|
||||
"srs_core_error" "srs_core_conn" "srs_core_client"
|
||||
"srs_core_rtmp")
|
||||
MODULE_DIR="src/core" . auto/modules.sh
|
||||
CORE_OBJS="${MODULE_OBJS[@]}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue