From 039ce002113cfbc85a016f8f20c126d896d5eb90 Mon Sep 17 00:00:00 2001 From: monktan Date: Mon, 26 Oct 2020 11:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E6=B5=81?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtp/GB28181Process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rtp/GB28181Process.cpp b/src/Rtp/GB28181Process.cpp index 0006d2eb..6394c58e 100644 --- a/src/Rtp/GB28181Process.cpp +++ b/src/Rtp/GB28181Process.cpp @@ -77,7 +77,7 @@ const char *GB28181Process::onSearchPacketTail(const char *packet,int bytes){ } return nullptr; } catch (std::exception &ex) { - InfoL << "解析ps或ts异常: bytes=" << bytes + InfoL << _media_info._streamid << " 解析ps或ts异常: bytes=" << bytes << " ,exception=" << ex.what() << " ,hex=" << hexdump((uint8_t *) packet, bytes); if (remainDataSize() > 256 * 1024) {