Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhaibo committed Apr 28, 2021
1 parent eae6e33 commit a98d60f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trunk/src/app/srs_app_rtc_conn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@ srs_error_t SrsRtcPlayStream::cycle()
}
}

SrsStatistic* stat = SrsStatistic::instance();

while (true) {
if ((err = trd_->pull()) != srs_success) {
return srs_error_wrap(err, "rtc sender thread");
Expand Down

0 comments on commit a98d60f

Please # to comment.