-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): [closes #112] use 188.148.133.173 for TURN server
- Loading branch information
1 parent
67dcf2a
commit 7a4862f
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Git history attributes this commit to me, but it was authored by @sini6a in #132.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeremy. I used the above src/config/rtcConfig.ts on my yunohost version of ChitChatter. It is behind a NAT and the turn server is not resolving. Any ideas?
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ralphshinevar Are you able to access http://188.148.133.173/? If that resolves then you should be able to connect to the TURN server. Beyond that I don't have any ideas on how to troubleshoot, unfortunately.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hold on. I did not have port 3478 open on my router. Now I do.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I can hit http:/188.148.133.173
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trying with my phone. I can get into the room and can see me in the room from the desktop, but from the phone (Android) I see just arrows.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ralphshinevar do you mean arrows in the sidebar like this? If so, that means you are connected via the TURN server.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No just big arrows. Can you try to access my room?
https://video2.shinevar.nohost.me/public/78539d1e-2055-428d-bd55-56e790982b92
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not seeing Full network connection.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ralphshinevar It appears that you are on quite an old version of Chitchatter. Specifically, you are using the build that was published on 3/8/2023: 442f540.
This old version had issues connecting when ad blocker browser extensions were enabled. I'd recommend disabling any browser extensions and trying again to see if that's the issue. Additionally, I'd recommend using the latest version of Chitchatter. Because you are using Yunohost's fork, I'd recommend opening an issue at https://github.com/YunoHost-Apps/chitchatter_ynh and asking them to update their Chitchatter version.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Jeremy. I will poke Yunohost and check browser extensions.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got it to work in Chrome. The phone was using Duck Duck Go.
7a4862f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense. It appears that DDG's support for WebRTC is questionable. WebRTC is required for Chitchatter to function, so if that's not working then the app won't either.