优化代码

This commit is contained in:
dexter
2022-02-12 21:15:54 +08:00
parent ee8369c28c
commit 9109fc1744
5 changed files with 22 additions and 28 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ package rtmp
import (
"encoding/binary"
"errors"
"log"
"github.com/Monibuca/engine/v4/util"
)
@@ -283,7 +282,7 @@ func decodeCommandAMF0(chunk *Chunk) {
}
case "FCPublish", "FCUnpublish":
default:
log.Println("decode command amf0 cmd:", cmd)
plugin.Println("decode command amf0 cmd:", cmd)
}
}