Commit e5fec68a authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Start RTCP up sender early.

parent e3fd9a96
......@@ -453,10 +453,11 @@ func newUpConn(c group.Client, id string) (*rtpUpConnection, error) {
for _, cc := range clients {
cc.PushConn(c.Group(), up.id, up, tracks, up.label)
}
go rtcpUpSender(up)
}
})
go rtcpUpSender(up)
return up, nil
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment