1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Detect B frame in avc stream. Fix compiler error with verbose

This commit is contained in:
HuyaJohn 2020-03-18 16:27:31 -07:00
parent e2233027b8
commit d1d16d490e
6 changed files with 71 additions and 14 deletions

View file

@ -579,7 +579,6 @@ srs_error_t SrsEdgeForwarder::do_cycle()
SrsCommonMessage* msg = NULL;
err = sdk->recv_message(&msg);
srs_verbose("edge loop recv message. ret=%d", ret);
if (err != srs_success && srs_error_code(err) != ERROR_SOCKET_TIMEOUT) {
srs_error("edge push get server control message failed. err=%s", srs_error_desc(err).c_str());
send_error_code = srs_error_code(err);