RtspFace/PL_RTSPServer.h
@@ -1,8 +1,20 @@ #ifndef _PL_RTSPSERVER_H_ #define _PL_PL_RTSPSERVER_H_ #define _PL_RTSPSERVER_H_ #include "PipeLine.h" struct RTSPServerConfig { bool syncDeliverFrame; bool payWithAux; bool sendWithAux; RTSPServerConfig() : syncDeliverFrame(true), payWithAux(true), sendWithAux(false) { } }; class PL_RTSPServer : public PipeLineElem { public: