Fixed RTMP desync bug with Windows clients.
This commit is contained in:
parent
90e0c0037e
commit
c49eaca664
2 changed files with 1 additions and 4 deletions
|
@ -30,7 +30,6 @@ namespace RTMPStream{
|
|||
extern unsigned int snd_cnt; ///< Counter for total data sent, in bytes.
|
||||
|
||||
extern timeval lastrec; ///< Timestamp of last time data was received.
|
||||
extern unsigned int firsttime; ///< Timestamp of first time a chunk was sent.
|
||||
|
||||
/// Holds a single RTMP chunk, either send or receive direction.
|
||||
class Chunk{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue