OpenVidu / openvidu

OpenVidu Platform main repository
https://openvidu.io
Apache License 2.0
1.86k stars 464 forks source link

| nginx: [emerg] bind() to 0.0.0.0:4443 failed (98: Address in use) #812

Open Aminmalek opened 1 year ago

Aminmalek commented 1 year ago

Describe the bug I'm running the open vidu with nginx in my ubuntu server and it seems some connections cat initilize for example I just see my video in conferance

Expected behavior when some one join I cant see his or her image

Wrong current behavior it seems there is a race condition in port 80 with nginx installed in server

OpenVidu deployment info I deployed it with docker and nginx in ubuntu 20 server

Screenshots If applicable, add screenshots to help explain your problem.

Additional context

nginx_1            | nginx: [emerg] bind() to 0.0.0.0:4443 failed (98: Address in use)
nginx_1            | 2023/07/15 16:11:55 [emerg] 16#16: bind() to [::]:4443 failed (98: Address in use)
nginx_1            | nginx: [emerg] bind() to [::]:4443 failed (98: Address in use)
nginx_1            | 2023/07/15 16:11:55 [emerg] 16#16: still could not bind()
nginx_1            | nginx: [emerg] still could not bind()
cruizba commented 9 months ago

OpenVidu deployment info I deployed it with docker and nginx in ubuntu 20 server

I don't understand. Did you have a nginx proxy previously installed? What instructions did you followed to deploy?

Aminmalek commented 9 months ago

OpenVidu deployment info I deployed it with docker and nginx in ubuntu 20 server

I don't understand. Did you have a nginx proxy previously installed? What instructions did you followed to deploy?

Yes I have,I've used the official instruction