mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
RTP最大支持1604个字节
This commit is contained in:
parent
c0d3185a38
commit
df4989cc38
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user