RtspFace/PL_RTSPClient.h
@@ -4,7 +4,7 @@ #include "PipeLine.h" #include <string> struct RTSPConfig struct PL_RTSPClient_Config { std::string progName; std::string rtspURL; @@ -13,7 +13,7 @@ int tunnelOverHTTPPortNum; // portNumBits void* args; RTSPConfig() : PL_RTSPClient_Config() : progName(), rtspURL() ,aux(true), verbosityLevel(1), tunnelOverHTTPPortNum(0), args(nullptr) { } };