From 60590c1de73502a1932583394c88a168d9862fb3 Mon Sep 17 00:00:00 2001 From: xzl <771730766@qq.com> Date: Tue, 9 May 2017 16:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=BB=E5=86=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_server.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_server.cpp b/tests/test_server.cpp index eed2ef1d..b21358f5 100644 --- a/tests/test_server.cpp +++ b/tests/test_server.cpp @@ -26,6 +26,7 @@ #include "Thread/WorkThreadPool.h" #include "Device/PlayerProxy.h" #include "Shell/ShellSession.h" +#include "Common/config.h" #include using namespace std; using namespace ZL::Util; @@ -43,7 +44,7 @@ void programExit(int arg) { int main(int argc,char *argv[]){ signal(SIGINT, programExit); Logger::Instance().add(std::make_shared("stdout", LTrace)); - + Config::loaIniConfig(); //support rtmp and rtsp url //just support H264+AAC auto urlList = {"rtmp://live.hkstv.hk.lxdns.com/live/hks",