mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 09:47:33 +08:00
添加rtsp推流器
整理代码
This commit is contained in:
@@ -159,7 +159,7 @@ private:
|
||||
MediaInfo _mediaInfo;
|
||||
std::weak_ptr<RtspMediaSource> _pMediaSrc;
|
||||
RingBuffer<RtpPacket::Ptr>::RingReader::Ptr _pRtpReader;
|
||||
PlayerBase::eRtpType _rtpType = PlayerBase::RTP_Invalid;
|
||||
Rtsp::eRtpType _rtpType = Rtsp::RTP_Invalid;
|
||||
vector<SdpTrack::Ptr> _aTrackInfo;
|
||||
|
||||
//RTP over udp
|
||||
|
||||
Reference in New Issue
Block a user