From 34c6654bbdf8850419c35a681a7aae5787aec63b Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 23 十二月 2016 10:07:30 +0800 Subject: [PATCH] add rtsp server --- RtspFace/PL_RTSPClient.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RtspFace/PL_RTSPClient.cpp b/RtspFace/PL_RTSPClient.cpp index 1ed98ee..b83ec88 100644 --- a/RtspFace/PL_RTSPClient.cpp +++ b/RtspFace/PL_RTSPClient.cpp @@ -5,7 +5,7 @@ void rtsp_client_fmtp_callback(void* arg, const char* val); void rtsp_client_frame_callback(void* arg, uint8_t* buffer, size_t buffSize); void rtsp_client_continue_callback(void* arg); -#include "testRTSPClient.hpp" +#include "live555/testProgs/testRTSPClient.hpp" struct RTSPClient_Internal { -- Gitblit v1.8.0