mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Merge branch 'srs.master'
This commit is contained in:
commit
cac2980654
2 changed files with 4 additions and 2 deletions
|
@ -227,6 +227,8 @@ fi
|
|||
if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
||||
# check the arm flag file, if flag changed, need to rebuild the st.
|
||||
_ST_MAKE=linux-debug
|
||||
# memory leak for linux-optimized
|
||||
# @see: https://github.com/winlinvip/simple-rtmp-server/issues/197
|
||||
if [ $SRS_EMBEDED_CPU = YES ]; then
|
||||
# ok, arm specified, if the flag filed does not exists, need to rebuild.
|
||||
if [[ -f ${SRS_OBJS}/_flag.st.arm.tmp && -f ${SRS_OBJS}/st/libst.a ]]; then
|
||||
|
|
|
@ -528,8 +528,8 @@ int SrsRtmpConn::playing(SrsSource* source)
|
|||
// collect elapse for pithy print.
|
||||
pithy_print.elapse();
|
||||
|
||||
// read message when no data to send.
|
||||
// @see: https://github.com/winlinvip/simple-rtmp-server/issues/194
|
||||
// to use isolate thread to recv, can improve about 5% performance.
|
||||
// @see: https://github.com/winlinvip/simple-rtmp-server/issues/196
|
||||
// read from client.
|
||||
if (true) {
|
||||
SrsMessage* msg = NULL;
|
||||
|
|
Loading…
Reference in a new issue