mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Start RTCP up sender early.
This commit is contained in:
parent
e3fd9a963a
commit
e5fec68acf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue