pans
2017-08-18 5cf652629fb40796cd2e0ab17c3617ed52365473
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: