xuxiuxi
2017-04-24 65da15ab226622cc877a8228fc887ddaf7dad4e7
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: