mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
Reduce delay before sending NACK.
This commit is contained in:
parent
7929561099
commit
6af729eeee
1 changed files with 0 additions and 2 deletions
|
@ -327,8 +327,6 @@ func nackWriter(track *rtpUpTrack) {
|
|||
return
|
||||
}
|
||||
|
||||
time.Sleep(50 * time.Millisecond)
|
||||
|
||||
// drop any nacks before the last keyframe
|
||||
var cutoff uint16
|
||||
seqno, found := track.cache.Keyframe()
|
||||
|
|
Loading…
Reference in a new issue