update rtp sort

This commit is contained in:
monktan
2020-10-19 16:57:40 +08:00
parent 6f977a1c14
commit 734cd06a48
4 changed files with 65 additions and 8 deletions

View File

@@ -137,8 +137,8 @@ const char *RtpProcess::onSearchPacketTail(const char *packet,int bytes){
return nullptr;
} catch (std::exception &ex) {
InfoL << "解析ps或ts异常: bytes=" << bytes
<< " ,exception=" << ex.what()
<< " ,hex=" << hexdump((uint8_t *) packet, bytes);
<< " ,exception=" << ex.what();
//<< " ,hex=" << hexdump((uint8_t *) packet, bytes);
return nullptr;
}
}