diff options
| author | liuxueli <[email protected]> | 2021-05-24 17:30:58 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-05-24 17:30:58 +0800 |
| commit | 16f5e264cf1e29e6454e68503a27d7e6df1e492c (patch) | |
| tree | dc1daf2ce30f6300468538a5138a3f42d9de269e | |
| parent | 1e1b8aa0190732870c5745fb407dc912c4014632 (diff) | |
命中RTP监测策略,总控不发日志,交由业务层处理v4.2.2
| -rw-r--r-- | src/tsg_entry.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
