RTP最大支持1604个字节

This commit is contained in:
xiongziliang 2019-04-24 11:55:00 +08:00
parent c0d3185a38
commit df4989cc38

View File

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