diff --git a/rtpconn/rtpwriter.go b/rtpconn/rtpwriter.go index 64b132a..6161fb5 100644 --- a/rtpconn/rtpwriter.go +++ b/rtpconn/rtpwriter.go @@ -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()