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

feat: rtp transport #424

Merged
merged 8 commits into from
Sep 4, 2024

feat: switch rtpengine timeout with 2 ways audio

e4f4f67
Select commit
Loading
Failed to load commit list.
Merged

feat: rtp transport #424

feat: switch rtpengine timeout with 2 ways audio
e4f4f67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 23, 2024 in 0s

39.64% (-1.07%) compared to f7b201a

View this Pull Request on Codecov

39.64% (-1.07%) compared to f7b201a

Details

Codecov Report

Attention: Patch coverage is 0.12500% with 799 lines in your changes missing coverage. Please review.

Project coverage is 39.64%. Comparing base (f7b201a) to head (e4f4f67).

Files Patch % Lines
packages/transport_rtpengine/src/transport.rs 0.00% 143 Missing ⚠️
bin/src/http/api_media/rtpengine.rs 0.00% 102 Missing ⚠️
bin/src/http.rs 0.00% 95 Missing ⚠️
bin/src/http/api_media/webrtc.rs 0.00% 93 Missing ⚠️
packages/protocol/src/protobuf/cluster_gateway.rs 0.00% 77 Missing ⚠️
bin/src/http/api_media/whip.rs 0.00% 72 Missing ⚠️
bin/src/http/api_media/whep.rs 0.00% 71 Missing ⚠️
bin/src/server/gateway/local_rpc_handler.rs 0.00% 34 Missing ⚠️
packages/protocol/src/transport/rtpengine.rs 0.00% 32 Missing ⚠️
bin/src/server/gateway/remote_rpc_handler.rs 0.00% 25 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
- Coverage   40.71%   39.64%   -1.07%     
==========================================
  Files         154      157       +3     
  Lines       16642    17077     +435     
==========================================
- Hits         6775     6770       -5     
- Misses       9867    10307     +440     

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