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

[Broadcaster] Video sometimes doesn't load #35

Closed
Tracked by #28
mickel8 opened this issue Jul 25, 2024 · 1 comment
Closed
Tracked by #28

[Broadcaster] Video sometimes doesn't load #35

mickel8 opened this issue Jul 25, 2024 · 1 comment

Comments

@mickel8
Copy link
Member

mickel8 commented Jul 25, 2024

Sometimes video on the viewer side doesn't load. I would check how we handle keyframe requests sent from the browser

@LVala
Copy link
Member

LVala commented Aug 1, 2024

Reason: once in a while, the ICE from our side won't connect, which seems to be caused by packet loss issues (all of the conn checks or responses for these conn checks in a span of 100-200 ms are dropped).

Adding retransmission to ex_ice (elixir-webrtc/ex_ice#56) seems to fix the problem.

@LVala LVala closed this as completed Aug 1, 2024
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

No branches or pull requests

2 participants