Remove RTSP wrong channel ID from logs
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user