I have a dmz zone nginx server and mz app server in dc. I want to install openvidu in app server(DMZ) but i can use only 443 port TCP in dmz nginx for public acess. No udp port can be opened due to firewall team restriction.
Im already running a coturn server in DMZ zone which uses 3478 tcp +udp . Now this udp access will be removed .Any solutions on this?
I want a guide for no udp installation.
Is it possible for you to use OpenVidu v3?
Technically it should work only with 443 and 80 open to the internet without Internet connection.
I am using openvidu ce 2.28.0. I want to deploy this in DC. Openvidu will be in MZ app server and and There is a web NGINX web server where only 443 is open as public. So we want to access the openvidu from the public internet through the NGINX.
Note: for video streaming firewall team will not open any 3878 UDP port for public. They told everything you should use through DMX nginx server.
this is my scenario now can you guide me the steps for deployment?