OpenVidu / openvidu

OpenVidu Platform main repository

Home Page:https://openvidu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Aminmalek opened this issue · comments

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()

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?

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