替换sdp解析逻辑

This commit is contained in:
xiongziliang
2018-10-26 09:56:29 +08:00
parent a69d7d0f71
commit 6fe90fe4ba
12 changed files with 147 additions and 179 deletions

View File

@@ -95,7 +95,7 @@ public:
_pRing->write(rtppt,keyPos);
}
protected:
unordered_map<int, RtspTrack> _mapTracks;
unordered_map<int, SdpTrack> _mapTracks;
string _strSdp; //媒体描述信息
RingType::Ptr _pRing; //rtp环形缓冲
};