webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
4.08k stars 363 forks source link

Added PlayoutDelayExtension to control receiver jitter buffer size #573

Closed preyneyv closed 4 months ago

preyneyv commented 4 months ago

Adds a PlayoutDelayExtension per https://webrtc.googlesource.com/src/+/main/docs/native-code/rtp-hdrext/playout-delay/README.md, using https://github.com/pion/rtp/blob/master/playoutdelayextension.go for reference.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 60.86957% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 61.57%. Comparing base (937b1f5) to head (1aaa105).

Files Patch % Lines
...ut_delay_extension/playout_delay_extension_test.rs 73.68% 1 Missing and 4 partials :warning:
rtp/src/extension/mod.rs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #573 +/- ## ========================================== + Coverage 61.56% 61.57% +0.01% ========================================== Files 531 532 +1 Lines 48917 48940 +23 Branches 12323 12330 +7 ========================================== + Hits 30117 30137 +20 - Misses 9585 9589 +4 + Partials 9215 9214 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.