xingzilong
2017-08-18 9e5babf9db52e64bdae60137be7696e56241fca6
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: