xuxiuxi
2017-05-11 109ffe9a777658936a38d0c146579a67c60a0d17
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: