初步支持rtsp推流

This commit is contained in:
xiongziliang
2018-12-14 18:13:05 +08:00
parent 84fde961d7
commit 9da5a35524
5 changed files with 47 additions and 28 deletions

View File

@@ -28,19 +28,12 @@
#define ZLMEDIAKIT_RTPRECEIVER_H
#include <map>
#include <string>
#include <memory>
#include "Rtsp.h"
#include "RtspSession.h"
#include "RtspMuxer/RtpCodec.h"
#include "RtspMediaSource.h"
#include "Player/PlayerBase.h"
#include "Util/util.h"
#include "Util/logger.h"
#include "Util/TimeTicker.h"
#include "Poller/Timer.h"
#include "Network/Socket.h"
#include "Network/TcpClient.h"
#include "RtspSplitter.h"
using namespace std;
using namespace toolkit;