Reduce delay before sending NACK.

This commit is contained in:
Juliusz Chroboczek
2021-11-27 23:14:42 +01:00
parent 7929561099
commit 6af729eeee
-2
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()