mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Log cleanup
This commit is contained in:
@ -64,9 +64,8 @@ func Start() {
|
||||
func HandleConn(c *rtmp.Conn, nc net.Conn) {
|
||||
c.LogTagEvent = func(isRead bool, t flvio.Tag) {
|
||||
if t.Type == flvio.TAG_AMF0 {
|
||||
log.Infof("%+v\n", t.DebugFields())
|
||||
log.Traceln("%+v\n", t.DebugFields())
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if _isConnected {
|
||||
@ -109,10 +108,6 @@ func HandleConn(c *rtmp.Conn, nc net.Conn) {
|
||||
return
|
||||
}
|
||||
|
||||
if pkt.Metadata != nil {
|
||||
fmt.Println(string(pkt.Metadata))
|
||||
}
|
||||
|
||||
if err := w.WritePacket(pkt); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user