From e26a5550539fa0cad91313bf9670df605199a324 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 15 八月 2017 13:55:25 +0800
Subject: [PATCH] capnproto fix bug
---
RtspFace/FFmpegRTSPServer/LiveRTSPServer.h | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/RtspFace/FFmpegRTSPServer/LiveRTSPServer.h b/RtspFace/FFmpegRTSPServer/LiveRTSPServer.h
index 006e459..0c3f6a7 100644
--- a/RtspFace/FFmpegRTSPServer/LiveRTSPServer.h
+++ b/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;
-
};
}
--
Gitblit v1.8.0