命中RTP监测策略,总控不发日志,交由业务层处理

This commit is contained in:
liuxueli
2021-05-24 17:30:58 +08:00
parent 1e1b8aa019
commit 16f5e264cf

View File

@@ -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: