mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 08:57:32 +08:00
完善错误提示
This commit is contained in:
@@ -51,7 +51,7 @@ RtspPlayer::~RtspPlayer(void) {
|
||||
void RtspPlayer::teardown(){
|
||||
if (alive()) {
|
||||
sendRtspRequest("TEARDOWN" ,_strContentBase);
|
||||
shutdown();
|
||||
shutdown(SockException(Err_shutdown,"teardown"));
|
||||
}
|
||||
|
||||
_rtspMd5Nonce.clear();
|
||||
|
||||
Reference in New Issue
Block a user