正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
trunk/src/app/srs_app_client.cpp
100644 → 100755
| @@ -556,7 +556,9 @@ int SrsClient::flash_publish(SrsSource* source) | @@ -556,7 +556,9 @@ int SrsClient::flash_publish(SrsSource* source) | ||
| 556 | 556 | ||
| 557 | SrsCommonMessage* msg = NULL; | 557 | SrsCommonMessage* msg = NULL; |
| 558 | if ((ret = rtmp->recv_message(&msg)) != ERROR_SUCCESS) { | 558 | if ((ret = rtmp->recv_message(&msg)) != ERROR_SUCCESS) { |
| 559 | + if (!srs_is_client_gracefully_close(ret)) { | ||
| 559 | srs_error("flash recv identify client message failed. ret=%d", ret); | 560 | srs_error("flash recv identify client message failed. ret=%d", ret); |
| 561 | + } | ||
| 560 | return ret; | 562 | return ret; |
| 561 | } | 563 | } |
| 562 | 564 |
-
请 注册 或 登录 后发表评论