From 993a7850d6cffb341fefabb68fbb97168c4a461c Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 26 十二月 2016 16:27:16 +0800
Subject: [PATCH] rtsp server ok

---
 RtspFace/PL_RTSPClient.h |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/RtspFace/PL_RTSPClient.h b/RtspFace/PL_RTSPClient.h
index b5367fb..e464586 100644
--- a/RtspFace/PL_RTSPClient.h
+++ b/RtspFace/PL_RTSPClient.h
@@ -8,8 +8,14 @@
 {
 	std::string progName;
 	std::string rtspURL;
+	bool aux; // frame data start with 0x00000001
+	int verbosityLevel;
+	int tunnelOverHTTPPortNum; // portNumBits
+	void* args;
 	
-	RTSPConfig() : progName(), rtspURL() { }
+	RTSPConfig() : 
+		progName(), rtspURL() ,aux(true), verbosityLevel(1), tunnelOverHTTPPortNum(0), args(nullptr)
+	{ }
 };
 
 class PL_RTSPClient : public PipeLineElem

--
Gitblit v1.8.0