重写rtp去冲突逻辑

This commit is contained in:
xia-chu
2021-02-04 18:20:59 +08:00
parent d6fc56d950
commit b0e1d5d6aa
6 changed files with 40 additions and 57 deletions

View File

@@ -83,7 +83,7 @@ private:
private:
uint32_t _dts = 0;
uint64_t _total_bytes = 0;
struct sockaddr *_addr = nullptr;
struct sockaddr _addr{0};
Socket::Ptr _sock;
MediaInfo _media_info;
Ticker _last_frame_time;