This commit is contained in:
aler9 2020-07-04 21:48:18 +02:00
parent d2522f5c10
commit 4edab61193

View file

@ -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
}