Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to Join room - HAProxy & Docker #9

Open
mwotil opened this issue Mar 25, 2021 · 1 comment
Open

Unable to Join room - HAProxy & Docker #9

mwotil opened this issue Mar 25, 2021 · 1 comment

Comments

@mwotil
Copy link

mwotil commented Mar 25, 2021

Dear All,

I have set up a three node eduMeet cluster (meet-01, meet-02, meet-03) and haproxy (meet) infront of these instances. I also have external redis and turn servers configured to support the environment. All these instances run on public IPs

When I access the setup to start a meeting though, I am presented with the error as attached. I don't see any troubleshooting information that points to the actual issue.

edumeet error

I had read the issue is possibly on requiring the following (edumeet/edumeet#529):

**
webRtcTransport :
{
listenIps :
[
{ ip: '192.168.1.x', announcedIp: null }
],

	}

**

How would a HAproxy setup be configured on the IP. I have tried the below with no success:

		listenIps :
		[
			{ ip: '192.168.1.x, announcedIp: '192.168.8.y' }
		],

where 192.168.8.y is the HAProxy server IP.

@klention
Copy link

Same issue here. But in my case just one instance of edumeet without a proxy

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants