This commit is contained in:
et
2022-12-29 16:39:58 +08:00
parent e62ab20c32
commit 3b93822813
3 changed files with 23 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ func newPlayResponseMessageData(streamid uint32, code, level string) (amfobj AMF
type NetConnection struct {
*bufio.Reader `json:"-"`
*net.TCPConn `json:"-"`
net.Conn `json:"-"`
bandwidth uint32
readSeqNum uint32 // 当前读的字节
writeSeqNum uint32 // 当前写的字节