Skip to content

rust-0.26.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:14
· 5 commits to v3 since this release
  • Worker: Fix undefined behavior in RtpStreamRecv::UpdateScore() when no packets were received (PR #1886).
  • SCTP: Fix SackChunk::GetValidatedGapAckBlocks() returning a bogus gap-ack-block (PR #1891).
  • Do not make generated RTCP Sender Reports depend on RTP packet arrival time (issue #1881):
    • RemoteClockOffsetEstimator class (PR #1882).
    • Prepare RtpStream classes for capture time based RTCP Sender Reports (PR #1883, PR #1888).
    • RemoteCaptureTimeEstimator class (PR #1884).
    • Estimate the capture instant of each received RTP packet (PR #1885).
    • Generate RTCP Sender Reports based on the capture instant of the media rather than on the packet arrival time (PR #1887).
    • SimulcastProducerStreamManager: Apply new capture time logic and fix 'abs-capture-time' rewriting (PR #1889).