mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +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
|
ctx.PTSEqualsDTS = false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ctx.PTSEqualsDTS = false
|
ctx.PTSEqualsDTS = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user