-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
fix TURN/TURNS #106
base: master
Are you sure you want to change the base?
fix TURN/TURNS #106
Conversation
xundeenergie
commented
Apr 22, 2023
•
edited
Loading
edited
- remove docker-compose-coturn.yml and replace it with and example-file, because there are user-data inside, which should not be on git
- add a whole rtc_config_example-coturn.json to be copied to rtc_config.json and only the domain should be changed.
- modified the documentation
- modified the .gitignore to ignore the files with user-data
- fixes TURN/TURNS in docker-compose is not working correctly #105
- maybe fixes Bug: Paired devices are not showing unless on same network #71 too
* remove docker-compose-coturn.yml and replace it with and example-file, because there are user-data inside, which should not be on git * add a whole rtc_config_example-coturn.json to be copied to rtc_config.json and only the domain <DOMAIN> should be changed. * modified the documentation * modified the .gitignore to ignore the files with user-data
i found a way, to not use personal data
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 a lot for this PR! I had just some small change requests. Also, some your commits appear to be authored with your real name. If you don't want it to appear in the contributors list you might rebase your commit before merging.
I've just seen... with working TLS for turns and stuns i can see also over the internet every user, which is on pairdrop.schuerz.at. Like we are in the same LAN... But i don't know, what the real reason is for this new behaviour... Is this, how it should work? It thought, only if devices are paired, you can see each other... |
Now i reverted all this trials to server coturn also on port 443 and changed it to port 5349 for tls-secured connections. |
It is strange... i csn not connect with one collegue. Not on mobile-internet, not on cable-internet. With my other collegues it's working. |