添加c api测试范例

This commit is contained in:
xiongziliang
2019-12-23 14:01:00 +08:00
parent 2da0c884a1
commit 6796d0b592
4 changed files with 49 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ static TcpServer::Ptr http_server[2];
#include "Rtp/UdpRecver.h"
#include "Rtp/RtpSession.h"
static std::shared_ptr<UdpRecver> udpRtpServer;
static TcpServer::Ptr tcpRtpServer(new TcpServer());
static TcpServer::Ptr tcpRtpServer;
#endif
//////////////////////////environment init///////////////////////////