From e603756fc30192b0b4ab67f530f02f10fe0bcee0 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期三, 10 四月 2019 19:17:14 +0800
Subject: [PATCH] 解决nsq消费者的topic名称bug
---
QiaoJiaSystem/VideoToImageMulth/pushStream/PushStreamAppPipeController.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/QiaoJiaSystem/VideoToImageMulth/pushStream/PushStreamAppPipeController.h b/QiaoJiaSystem/VideoToImageMulth/pushStream/PushStreamAppPipeController.h
index ea0085f..ac8a21c 100644
--- a/QiaoJiaSystem/VideoToImageMulth/pushStream/PushStreamAppPipeController.h
+++ b/QiaoJiaSystem/VideoToImageMulth/pushStream/PushStreamAppPipeController.h
@@ -20,9 +20,13 @@
//璁剧疆淇濆瓨瑙嗛鐨勬渶灏忓拰鏈�澶ч暱搴�,鍗曚綅鏄,瀹為檯鐨勮繍琛屾儏鍐垫湁涓�浜涘樊璺濓紝闇�瑕佸畬鍠�
void SetVideoMinMaxSeconds(const int minSeconds, const int maxSeconds);
+ void startPublishVideo();
+
+ void stopPublishVideo();
+
private:
BASICGB28181::VideoCaptureElementWithRtp videoCaptureElement;
- ffmpeg::VideoPublishElement* videoPublishElement;
+ ffmpeg::VideoPublishElement *videoPublishElement;
std::string index;
};
--
Gitblit v1.8.0