edumeet / edumeet-docker

eduMeet in docker container for version (4.x)
MIT License
52 stars 42 forks source link

AWS EC2 AMI - Remote Users' Audio & Video is not coming through #19

Closed sabkaraja closed 3 weeks ago

sabkaraja commented 3 years ago

Hi

I created an Amazon EC2 AMI image. and installed docker on it.

I have opened 22,80,443,40000-49999 ports on the AWS EC2 instance security group. The docker instance runs pretty well. and users are able to login. However remote users' video and audio is not visible at all. Chat messages are available.

I guess thats because of the TCP/UDP ports are open as well

ports:
  - "80:80"
  - "443:443"
  - "40000-49999:40000-49999"
  - "40000-49999:40000-49999/udp"
network_mode: host

When I test from another machine -

nc -zw3 65.0.21.130 49999 && echo "open" || echo "close" close

returns closed always.