修正rtmp时间戳异常的bug

This commit is contained in:
xzl
2017-05-27 09:42:08 +08:00
parent a1742d41e9
commit 9a2d54ce9a
2 changed files with 13 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ public:
uint8_t typeId;
uint32_t bodySize = 0;
uint32_t timeStamp = 0;
bool extStamp = false;
uint32_t deltaStamp = 0;
uint32_t streamId;
uint32_t chunkId;
std::string strBuf;