1
Fork 0

Fix typo in REMB sending.

This commit is contained in:
Juliusz Chroboczek 2021-05-08 18:44:36 +02:00
parent e24488ac62
commit ed88a7a4b5
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,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()))