Browse Source

fix typo

pull/31/head
aler9 6 years ago
parent
commit
4edab61193
  1. 2
      streamer.go

2
streamer.go

@ -442,7 +442,7 @@ func (s *streamer) runUdp(conn *gortsplib.ConnClient) bool {
lastFrameTime = lft lastFrameTime = lft
} }
lft = pair.udplRtp.lastFrameTime lft = pair.udplRtcp.lastFrameTime
if lft.After(lastFrameTime) { if lft.After(lastFrameTime) {
lastFrameTime = lft lastFrameTime = lft
} }

Loading…
Cancel
Save