Fix typo in REMB sending.
This commit is contained in:
+1
-1
@@ -826,7 +826,7 @@ func sendUpRTCP(conn *rtpUpConnection) error {
|
|||||||
|
|
||||||
var ssrcs []uint32
|
var ssrcs []uint32
|
||||||
for _, t := range tracks {
|
for _, t := range tracks {
|
||||||
if t.hasRtcpFb("goog-remb", "") {
|
if !t.hasRtcpFb("goog-remb", "") {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
ssrcs = append(ssrcs, uint32(t.track.SSRC()))
|
ssrcs = append(ssrcs, uint32(t.track.SSRC()))
|
||||||
|
|||||||
Reference in New Issue
Block a user