实现rtc转rtsp

This commit is contained in:
xiongziliang
2021-04-03 09:34:49 +08:00
parent 130a06897f
commit 2abb5078f9
4 changed files with 80 additions and 16 deletions

View File

@@ -157,6 +157,7 @@ private:
RtspMediaSourceImp::Ptr _push_src;
unordered_map<uint8_t, RtpPayloadInfo> _rtp_receiver;
unordered_map<uint32_t, RtpPayloadInfo*> _ssrc_info;
uint32_t _recv_video_ssrc;
Ticker _pli_ticker;
};