Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for reading and writing RTCP XR packets #10

Merged
merged 1 commit into from
Nov 18, 2024
Merged

add support for reading and writing RTCP XR packets #10

merged 1 commit into from
Nov 18, 2024

Conversation

ystreet
Copy link
Owner

@ystreet ystreet commented Nov 12, 2024

As specified in RFC 3611.

Supports:

  • Loss RLE
  • Duplicate RLE
  • Packet Receive Times
  • DLRR
  • Receiver Reference Time

Does not support:

  • Statistics Summary
  • VOIP Metrics

@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 83.58209% with 77 lines in your changes missing coverage. Please review.

Project coverage is 75.71%. Comparing base (3bef0df) to head (a1d80fd).

Files with missing lines Patch % Lines
src/xr/mod.rs 78.26% 20 Missing ⚠️
src/xr/dlrr.rs 82.53% 11 Missing ⚠️
src/xr/rle.rs 92.36% 10 Missing ⚠️
src/xr/duplicate_rle.rs 82.60% 8 Missing ⚠️
src/xr/loss_rle.rs 82.60% 8 Missing ⚠️
src/xr/receiver_reference_time.rs 68.00% 8 Missing ⚠️
src/xr/packet_receipt_time.rs 88.52% 7 Missing ⚠️
src/compound.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   72.68%   75.71%   +3.02%     
==========================================
  Files          15       22       +7     
  Lines        1219     1688     +469     
==========================================
+ Hits          886     1278     +392     
- Misses        333      410      +77     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

As specified in RFC 3611.

Supports:
- Loss RLE
- Duplicate RLE
- Packet Receive Times
- DLRR

Does not support:
- Statistics Summary
- VOIP Metrics
@ystreet ystreet merged commit 247a572 into main Nov 18, 2024
8 checks passed
@ystreet ystreet deleted the xr branch November 18, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants