From d9ffa50c7e8d6b8c3157690aef8e2a70af1d1695 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 09 八月 2017 13:58:01 +0800 Subject: [PATCH] rtps server (not ok) --- 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