diff --git a/rtpconn/rtpconn.go b/rtpconn/rtpconn.go index eec5d97..36a00d8 100644 --- a/rtpconn/rtpconn.go +++ b/rtpconn/rtpconn.go @@ -861,7 +861,7 @@ func sendUpRTCP(conn *rtpUpConnection) error { var ssrcs []uint32 for _, t := range tracks { - if t.hasRtcpFb("goog-remb", "") { + if !t.hasRtcpFb("goog-remb", "") { continue } ssrcs = append(ssrcs, uint32(t.track.SSRC()))