From 8ece1bcf75056d8006e2d56721d1a6498e7d273c Mon Sep 17 00:00:00 2001 From: admin <zzjincn@163.com> Date: 星期二, 29 四月 2025 15:09:55 +0800 Subject: [PATCH] 写入redis处理加上失效ttl --- PreProcessFn.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PreProcessFn.h b/PreProcessFn.h index 6df5410..ded2222 100644 --- a/PreProcessFn.h +++ b/PreProcessFn.h @@ -74,7 +74,7 @@ void fnPushVideo(queue<Mat>& queJC2, string ipccode); - void fnPushVideoToUrl(queue<Mat>& queJC2,string toRtsp, string fps,string ipccode); + void fnPushVideoToUrl(queue<Mat>& queJC2,string toRtsp, string fps,string video_size,string ipccode); }; -- Gitblit v1.8.0