ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

Herokuapp address #142

Open rubenengelen opened 3 years ago

rubenengelen commented 3 years ago

In the description of the installation you should write that you also have to make a new item in 'config vars'. In your app you have to go to settings, scroll to config vars, click reveal config vars. Then type ADDRESS in the 'key' field and https://.herokuapp.com/ in the 'value' field. If you do this your voice server should work perfectly fine and you can go to the link and check how many people are connected to your server.

iinsanegaming commented 3 years ago
  1. In settings you need to create a Config Vars -KEY= ADDRESS -VALUE= https://yourappsaddress.herokuapp.com/
Tomgeo64 commented 3 years ago

I did this and it still doesn't work. My server url thinks multiple people are connected, but the crewlink app has the wifi symbol crossed out and we cant hear each other.

ethanswatson commented 3 years ago

If you're still having this issue my group was able to fix it by having everyone hit CTRL-R in the crewlink app

Samclay8 commented 3 years ago

I did this and it still doesn't work. My server url thinks multiple people are connected, but the crewlink app has the wifi symbol crossed out and we cant hear each other.

The exact same for me on both Heroku and a local docker server. Did you find any solution?

BreakBB commented 3 years ago

You have to make sure the VALUE does not end with a /. So

https://<yourAppName>.herokuapp.com is correct and

https://<yourAppName>.herokuapp.com/ is not correct.

Samclay8 commented 3 years ago

You have to make sure the VALUE does not end with a /. So

https://<yourAppName>.herokuapp.com is correct and

https://<yourAppName>.herokuapp.com/ is not correct.

Thanks, but not the issue for me.

BreakBB commented 3 years ago

@Samclay8 Your people should try to play with the "Enable spartial sound" setting. We were able to "fix" issues with that after we connected to the voice server