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

Herokuapp address #142

Open
rubenengelen opened this issue Jan 8, 2021 · 7 comments
Open

Herokuapp address #142

rubenengelen opened this issue Jan 8, 2021 · 7 comments

Comments

@rubenengelen
Copy link

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
Copy link

  1. In settings you need to create a Config Vars
    -KEY= ADDRESS
    -VALUE= https://yourappsaddress.herokuapp.com/

@Tomgeo64
Copy link

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
Copy link

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
Copy link

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
Copy link

BreakBB commented Jan 15, 2021

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
Copy link

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
Copy link

BreakBB commented Jan 17, 2021

@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

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

6 participants