更新并适配ZLToolKit

This commit is contained in:
xia-chu
2024-08-04 20:46:05 +08:00
parent 47b8435d7c
commit da704ab2f1
5 changed files with 7 additions and 35 deletions

View File

@@ -72,7 +72,7 @@ ssize_t RtspSplitter::onRecvHeader(const char *data, size_t len) {
}
try {
_parser.parse(data, len);
} catch (mediakit::AssertFailedException &ex){
} catch (toolkit::AssertFailedException &ex){
if (!_enableRecvRtp) {
// 还在握手中,直接中断握手
throw;