Merge e13ce200ef
into dc22c36964
This commit is contained in:
commit
36dbaada7b
@ -955,10 +955,6 @@ func (self *Conn) writeAMF0Msg(msgtypeid uint8, csid, msgsid uint32, args ...int
|
||||
func (self *Conn) fillChunk3Header(b []byte, csid uint32, timestamp uint32) (n int) {
|
||||
b[n] = (byte(csid) & 0x3f) | 0xC0
|
||||
n++
|
||||
if timestamp >= 0xffffff {
|
||||
pio.PutU32BE(b[n:], timestamp)
|
||||
n += 4
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user