Skip to content

[WebRTC] closed: deadline exceeded while waiting connection #3220

Answered by aler9
derekcct2 asked this question in Questions
Discussion options

You must be logged in to vote

Hello, the other change that was introduced in v1.3.0 was that WebRTC peer connections are now established by using a single, fixed port, that can be set through webrtcLocalUDPAddress or webrtcLocalTCPAddress and by default is 8189.

This port must be opened or forwarded to users in the same way that port in webrtcAddress is (8889), otherwise a connection cannot be established.

The advantage of this method lies in the fact that a STUN server is not necessary anymore and therefore no third-party service is contacted whenever you want to use WebRTC.

If you liked the old method better, in which a STUN server and a random UDP port were used in order to establish connection, and no port forward…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@derekcct2
Comment options

@aler9
Comment options

Answer selected by derekcct2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants