Skip to content

Remove video/rtx codecs #294

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

Merged
merged 2 commits into from
Sep 20, 2022
Merged

Remove video/rtx codecs #294

merged 2 commits into from
Sep 20, 2022

Conversation

k0nserv
Copy link
Member

@k0nserv k0nserv commented Sep 19, 2022

We don't actually support handling RTX on a distinct SSRC and declaring
these causes Chrome(and maybe others) to not sent retransmissions within
the existing RTP stream. This all means that even if we emit NACKs the
resulting retransmissions will simply be ignored.

@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Base: 56.53% // Head: 56.52% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (b1e22dc) compared to base (0f1c6b5).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #294      +/-   ##
==========================================
- Coverage   56.53%   56.52%   -0.01%     
==========================================
  Files         500      500              
  Lines       47446    47434      -12     
  Branches    12841    12841              
==========================================
- Hits        26825    26814      -11     
- Misses       9948     9949       +1     
+ Partials    10673    10671       -2     
Impacted Files Coverage Δ
webrtc/src/rtp_transceiver/rtp_transceiver_test.rs 46.44% <ø> (-2.89%) ⬇️
ice/src/agent/agent_gather_test.rs 55.83% <0.00%> (-0.32%) ⬇️
ice/src/agent/agent_internal.rs 63.50% <0.00%> (ø)
util/src/vnet/conn/conn_test.rs 52.94% <0.00%> (+0.84%) ⬆️
webrtc/src/mux/mux_func.rs 78.57% <0.00%> (+3.57%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

We don't actually support handling RTX on a distinct SSRC and declaring
these causes Chrome(and maybe others) to not sent retransmissions within
the existing RTP stream. This all means that even if we emit NACKs the
resulting retransmissions will simply be ignored.
@k0nserv k0nserv force-pushed the fix/remove-rtx-codecs branch from 0517665 to b1e22dc Compare September 20, 2022 14:25
@k0nserv k0nserv merged commit 3a77ebc into master Sep 20, 2022
@k0nserv k0nserv deleted the fix/remove-rtx-codecs branch September 20, 2022 14:56
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.

4 participants