mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-02 16:37:34 +08:00
RTP最大支持1604个字节
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user