内部生成时间戳

This commit is contained in:
xiongziliang
2018-03-02 15:00:04 +08:00
parent 28cc1433e5
commit 3726721dd9
2 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#include "RTP/RtpMakerAAC.h"
#include "RTP/RtpMakerH264.h"
#include "Rtsp/RtspToRtmpMediaSource.h"
#include "Util/TimeTicker.h"
using namespace std;
using namespace ZL::Rtsp;
@@ -115,6 +116,7 @@ private:
unsigned int m_uiPPSLen = 0;
std::shared_ptr<VideoInfo> m_video;
std::shared_ptr<AudioInfo> m_audio;
SmoothTicker m_aTicker[2];
};