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

Webrtc no audio when devices are in two different networks #107

Open
isaac913 opened this issue Aug 26, 2013 · 2 comments
Open

Webrtc no audio when devices are in two different networks #107

isaac913 opened this issue Aug 26, 2013 · 2 comments

Comments

@isaac913
Copy link

We build an ios application basic on webrtc and xmppFramework. When we are testing it with devices on the same network, both webrtc and xmpp works. However, when we tested it with devices on two different network, only xmpp works. Webrtc was trying to connect but fail after a while. We have a STUN server but no TURN server yet.
Could it be a problem because we do not have a TURN server?

@chathudan
Copy link

Install turn server and try. It will work.

@lukeweber
Copy link
Owner

Usually installing a turn server will deal with more of these issues.
However, the library only supports udp relay for the peer, but in an ideal
future circumstance, it would support tcp and dtls, which would make it
able to bypass most network blocks.

On Mon, Sep 9, 2013 at 12:21 PM, Chathura Wijesinghe <
notifications@github.com> wrote:

Install turn server and try. It will work.


Reply to this email directly or view it on GitHubhttps://github.com//issues/107#issuecomment-24106983
.

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

3 participants