Commit 6af729ee authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Reduce delay before sending NACK.

parent 79295610
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment