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

Browsers connecting through a VPN don't seem to be able to connect #22

Open
haydenmc opened this issue Oct 6, 2020 · 4 comments
Open
Labels
bug Something isn't working

Comments

@haydenmc
Copy link
Member

haydenmc commented Oct 6, 2020

No description provided.

@haydenmc haydenmc added the bug Something isn't working label Nov 30, 2020
@danstiner
Copy link
Collaborator

I am able to connect through WireGuard, I suspect this depends on the network and exact VPN tech.

Likely in some cases when the VPN encapsulates video packets they become larger than the MTU of some router in the path and packet loss happens.

Lowering the packet size is the only solution and doing that requires either a change in ftl-sdk or transcoding.

@haydenmc
Copy link
Member Author

From what I've seen, this is due to some VPNs actually killing the ICE exchange to avoid "leaking" the user's IP address

@danstiner
Copy link
Collaborator

Ah yeah, totally some do that, I think often through a browser extension? Nothing we can do about that right except ask them to disable it or fallback to HLS.

@haydenmc
Copy link
Member Author

Yeah, HLS might be the answer here unless TURN helps out...? I vaguely remember that being a possibility. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants