Fixed RTMP packet timestamp delta handling.
This commit is contained in:
parent
a0197ad7f1
commit
d98f14fa04
2 changed files with 14 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue