From 4d975c21da2d10233d82d6047e72b0d82b7da343 Mon Sep 17 00:00:00 2001 From: 648540858 <456panlinlin> Date: 星期二, 19 四月 2022 11:52:03 +0800 Subject: [PATCH] 优化国标级联目录推送,支持zlm新特性ssrc校验 --- src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java b/src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java index 53ca6c4..acf0d27 100644 --- a/src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java +++ b/src/main/java/com/genersoft/iot/vmp/service/IStreamPushService.java @@ -9,6 +9,7 @@ import com.github.pagehelper.PageInfo; import java.util.List; +import java.util.Map; public interface IStreamPushService { @@ -68,4 +69,6 @@ void batchAdd(List<StreamPushItem> streamPushExcelDtoList); boolean batchStop(List<GbStream> streamPushItems); + + void batchAddForUpload(List<StreamPushItem> streamPushItems, Map<String, List<String[]>> streamPushItemsForAll); } -- Gitblit v1.8.0