Remove RTSP wrong channel ID from logs

This commit is contained in:
Alexey Khit
2023-02-09 07:48:11 +03:00
parent b137eb66d0
commit c42413866d
+1 -1
View File
@@ -836,7 +836,7 @@ func (c *Conn) Handle() (err error) {
if track != nil {
_ = track.WriteRTP(packet)
} else {
c.Fire("wrong channelID: " + strconv.Itoa(int(channelID)))
//c.Fire("wrong channelID: " + strconv.Itoa(int(channelID)))
}
} else {
msg := &RTCP{Channel: channelID}