Skip to content

Commit 4f0a8bc

Browse files
committed
fixed:does not free audio ssrc when rtsp teardown
1 parent 6e3b7cc commit 4f0a8bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp/XEngine_Network.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ void XEngine_Network_Close(LPCXSTR lpszClientAddr, XSOCKET hSocket, bool bHeart,
172172
}
173173
//需要主动删除与客户端对应的组包器队列中的资源
174174
HttpProtocol_Server_CloseClinetEx(xhHttpPacket, lpszClientAddr);
175-
ModuleHelp_Rtsp_DeleteClient(lpszClientAddr);
176175
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("HTTP客户端:%s,离开服务器"), lpszClientAddr);
177176
}
178177
else if (ENUM_XENGINE_STREAMMEDIA_CLIENT_TYPE_PUSH_XSTREAM == enClientType)

0 commit comments

Comments
 (0)