修正rtmp时间戳异常的bug

This commit is contained in:
xzl
2017-05-27 10:10:07 +08:00
parent 9a2d54ce9a
commit c3231d2156
2 changed files with 4 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ public:
uint8_t typeId;
uint32_t bodySize = 0;
uint32_t timeStamp = 0;
bool hasAbsStamp = false;
uint32_t deltaStamp = 0;
uint32_t streamId;
uint32_t chunkId;