pans
2017-08-09 f2327d66d762a2279bf7b725a818a17a213e9e0b
RtspFace/FFmpegRTSPServer/LiveRTSPServer.h
@@ -22,17 +22,21 @@
   class LiveRTSPServer
   {
   public:
      LiveRTSPServer(IEncoder  * a_Encoder, int port, int httpPort );
      ~LiveRTSPServer();
      void init();
      void run();
   public:
      UsageEnvironment* env;
      FramedSource* framedSource;
   private:
      int portNumber;
      int httpTunnelingPort;
      IEncoder * m_Encoder;
      char quit;
   };
}