mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
fix typo
This commit is contained in:
parent
d2522f5c10
commit
4edab61193
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue