完善错误提示

This commit is contained in:
xiongziliang
2019-05-29 18:08:50 +08:00
parent f8f3c5dd19
commit a39c4c1344
22 changed files with 112 additions and 120 deletions

View File

@@ -70,7 +70,7 @@ void RtmpPlayer::teardown() {
CLEAR_ARR(_aiFistStamp);
CLEAR_ARR(_aiNowStamp);
reset();
shutdown();
shutdown(SockException(Err_shutdown,"teardown"));
}
}
void RtmpPlayer::play(const string &strUrl) {