Fixed RTMP packet timestamp delta handling.

This commit is contained in:
Thulinma 2014-08-05 02:47:43 +02:00
parent a0197ad7f1
commit d98f14fa04
2 changed files with 14 additions and 4 deletions

View file

@ -35,6 +35,7 @@ namespace RTMPStream {
unsigned char headertype; ///< For input chunks, the type of header. This is calculated automatically for output chunks.
unsigned int cs_id; ///< ContentStream ID
unsigned int timestamp; ///< Timestamp of this chunk.
unsigned int ts_delta; ///< Last timestamp delta.
unsigned int len; ///< Length of the complete chunk.
unsigned int real_len; ///< Length of this particular part of it.
unsigned int len_left; ///< Length not yet received, out of complete chunk.