houxiao
2016-12-28 4ef430e946e717d72e923c4708a9120f94d55dbd
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: