1
Fork 0
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:
Juliusz Chroboczek 2021-11-27 23:14:42 +01:00
parent 7929561099
commit 6af729eeee

View file

@ -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()