RtspFace/PL_RTSPServer.h
@@ -3,6 +3,18 @@ #include "PipeLine.h" struct RTSPServerConfig { bool syncDeliverFrame; bool payWithAux; bool sendWithAux; RTSPServerConfig() : syncDeliverFrame(true), payWithAux(true), sendWithAux(false) { } }; class PL_RTSPServer : public PipeLineElem { public: