Closed kimb200 closed 3 years ago
Hello @kimb200,
sorry for the long response
since you are not using TURN you need more ports available, I would recommend to start using
docker run -i --rm --network host apache/openmeetings:5.1.0
Please let me know if it will help I'll change the README :)))
Hi!
That did indeed work, thanks!
The README is updated e8927b1 Thanks for the report :)
Hi,
I have a openmeetings-docker instance running on an Arch configured laptop and another laptop directly connected to that laptop via Ethernet cable (no switches, just directly on a private LAN). Both laptops keep displaying "Media server connection for user N/A is failed, will try to re-connect" and the video/audio is not working. The webcams are indeed visible locally to each laptops. Whiteboard is working for both, no other issues with the web server. No firewalls are running on the laptop running the docker instance and all ports are open (5443 and 8888 visible in
netstat -natp
)I'm running as follows:
docker run -i --rm --expose=5443 --expose=8888 -p 5443:5443 -p 8888:8888 apache/openmeetings:5.1.0
Output is:
Inside the docker:
/etc/init.d/kurento-media-server status
But kurento-media-server is running:
Finally:
cat /var/log/kurento-media-server/errors.log
Gives:
Any suggestions?