Commit ed1402e9 by xiongziliang

文件夹Rtp干脆RtpCodec

parent da412219
......@@ -32,8 +32,8 @@
#include <functional>
#include "Util/util.h"
#include "Player/Player.h"
#include "RTP/RtpMakerAAC.h"
#include "RTP/RtpMakerH264.h"
#include "RtpCodec/RtpMakerAAC.h"
#include "RtpCodec/RtpMakerH264.h"
#include "Rtsp/RtspToRtmpMediaSource.h"
#include "Rtsp/RtspSdp.h"
#include "Util/TimeTicker.h"
......
......@@ -36,8 +36,8 @@
#include "Rtmp.h"
#include "RtmpParser.h"
#include "RtmpMediaSource.h"
#include "RTP/RtpMakerH264.h"
#include "RTP/RtpMakerAAC.h"
#include "RtpCodec/RtpMakerH264.h"
#include "RtpCodec/RtpMakerAAC.h"
#include "Rtsp/RtpParser.h"
#include "Rtsp/RtspMediaSource.h"
#include "Util/util.h"
......
......@@ -32,7 +32,7 @@
#include "Player/Player.h"
#include "Player/PlayerBase.h"
#include "Util/TimeTicker.h"
#include "RTP/RtpCodec.h"
#include "RtpCodec/RtpCodec.h"
using namespace std;
using namespace ZL::Util;
......
......@@ -35,7 +35,7 @@
#include "Rtsp.h"
#include "Common/config.h"
#include "Common/MediaSource.h"
#include "RTP/RtpCodec.h"
#include "RtpCodec/RtpCodec.h"
#include "Util/logger.h"
#include "Util/RingBuffer.h"
......
......@@ -5,8 +5,8 @@
#ifndef ZLMEDIAKIT_RTSPSDP_H
#define ZLMEDIAKIT_RTSPSDP_H
#include "RTP/H264RtpCodec.h"
#include "RTP/AACRtpCodec.h"
#include "RtpCodec/H264RtpCodec.h"
#include "RtpCodec/AACRtpCodec.h"
#include "Util/base64.h"
#include "Player/Track.h"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论