mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-16 05:30:40 +08:00
对于avcc的时间戳如果为0则写1,防止后面误判成非rtmp体系
This commit is contained in:
@@ -238,6 +238,7 @@ func (s *Subscriber) PlayBlock(subType byte) {
|
||||
case SUBTYPE_FLV:
|
||||
flvHeadCache := make([]byte, 15) //内存复用
|
||||
sendFlvFrame := func(t byte, ts uint32, avcc ...[]byte) {
|
||||
// fmt.Println(ts)
|
||||
flvHeadCache[0] = t
|
||||
result := append(FLVFrame{flvHeadCache[:11]}, avcc...)
|
||||
dataSize := uint32(util.SizeOfBuffers(avcc))
|
||||
|
Reference in New Issue
Block a user