zlm新增支持编译成动态库使用

This commit is contained in:
baiyfcu
2024-07-24 14:14:56 +08:00
parent fea7f3647e
commit e389d16379
10 changed files with 212 additions and 173 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;