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 outbound RTX #101

Merged
merged 7 commits into from
Apr 19, 2024
Merged

Add outbound RTX #101

merged 7 commits into from
Apr 19, 2024

Conversation

LVala
Copy link
Member

@LVala LVala commented Apr 19, 2024

With these changes, our PeerConnection can respond to incoming NACKs with packet retransmissions.

@LVala LVala requested a review from mickel8 April 19, 2024 11:42
@LVala LVala self-assigned this Apr 19, 2024
@LVala LVala mentioned this pull request Apr 19, 2024
46 tasks
lib/ex_webrtc/peer_connection.ex Show resolved Hide resolved
test/ex_webrtc/rtp_sender/nack_responder_test.exs Outdated Show resolved Hide resolved

@doc false
@spec send_packet(t(), ExRTP.Packet.t(), boolean()) :: {binary(), t()}
def send_packet(transceiver, packet, rtx?) do
Copy link
Member

Choose a reason for hiding this comment

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

We can consider making rtx? false by default

lib/ex_webrtc/peer_connection.ex Show resolved Hide resolved
@LVala LVala merged commit 37db947 into master Apr 19, 2024
1 check passed
@LVala LVala deleted the outbound-rtx branch April 19, 2024 14:50
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.

None yet

2 participants