mirror of
https://github.com/Monibuca/plugin-rtmp.git
synced 2025-10-13 03:03:49 +08:00
fix: 增加JSON序列化忽略字段
This commit is contained in:
@@ -75,8 +75,8 @@ func newPlayResponseMessageData(streamid uint32, code, level string) (amfobj AMF
|
|||||||
}
|
}
|
||||||
|
|
||||||
type NetConnection struct {
|
type NetConnection struct {
|
||||||
*bufio.Reader
|
*bufio.Reader `json:"-"`
|
||||||
*net.TCPConn
|
*net.TCPConn `json:"-"`
|
||||||
bandwidth uint32
|
bandwidth uint32
|
||||||
readSeqNum uint32 // 当前读的字节
|
readSeqNum uint32 // 当前读的字节
|
||||||
writeSeqNum uint32 // 当前写的字节
|
writeSeqNum uint32 // 当前写的字节
|
||||||
|
Reference in New Issue
Block a user