From 16f5e264cf1e29e6454e68503a27d7e6df1e492c Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 24 May 2021 17:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=B8=ADRTP=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E7=AD=96=E7=95=A5=EF=BC=8C=E6=80=BB=E6=8E=A7=E4=B8=8D=E5=8F=91?= =?UTF-8?q?=E6=97=A5=E5=BF=97=EF=BC=8C=E4=BA=A4=E7=94=B1=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=B1=82=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 702047e..cb38c99 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1225,6 +1225,10 @@ static unsigned char master_deal_scan_result(const struct streaminfo *a_stream, } break; case TSG_ACTION_MONITOR: + if(context->proto==PROTO_RTP) + { + break; + } copy_monitor_result(a_stream, context, result, hit_num, a_stream->threadnum); break; case TSG_ACTION_BYPASS: