From 4edab611931a29deccff33d5bf90543ad07a1fdd Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 4 Jul 2020 21:48:18 +0200 Subject: [PATCH] fix typo --- streamer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamer.go b/streamer.go index 58f791b3..f462a11c 100644 --- a/streamer.go +++ b/streamer.go @@ -442,7 +442,7 @@ func (s *streamer) runUdp(conn *gortsplib.ConnClient) bool { lastFrameTime = lft } - lft = pair.udplRtp.lastFrameTime + lft = pair.udplRtcp.lastFrameTime if lft.After(lastFrameTime) { lastFrameTime = lft }