1
Fork 0

Reduce delay before sending NACK.

This commit is contained in:
Juliusz Chroboczek 2021-11-27 23:14:42 +01:00
parent 7929561099
commit 6af729eeee
1 changed files with 0 additions and 2 deletions

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