添加RTP异常包处理逻辑

This commit is contained in:
xiongziliang
2019-04-24 11:40:54 +08:00
parent 9ce5c146a9
commit c0d3185a38
4 changed files with 11 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ public:
uint32_t timeStamp;
uint16_t sequence;
uint32_t ssrc;
uint8_t payload[1560];
uint8_t payload[1600];
uint8_t offset;
TrackType type;
};