mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
time.Sleep(50 * time.Millisecond)
|
|
||||||
|
|
||||||
// drop any nacks before the last keyframe
|
// drop any nacks before the last keyframe
|
||||||
var cutoff uint16
|
var cutoff uint16
|
||||||
seqno, found := track.cache.Keyframe()
|
seqno, found := track.cache.Keyframe()
|
||||||
|
|
Loading…
Reference in a new issue