mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
server: fix RTCP report computation
This commit is contained in:
@@ -1230,7 +1230,7 @@ func (ss *ServerSession) processPacketRTP(at *ServerSessionAnnouncedTrack, ctx *
|
||||
ctx.PTSEqualsDTS = false
|
||||
}
|
||||
} else {
|
||||
ctx.PTSEqualsDTS = false
|
||||
ctx.PTSEqualsDTS = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user