Juan Navarro 345dc5327d
Use "port_range_start/end" instead of udp_port for ICE range
mediasoup is not compatible with the UDP port multiplexing that LiveKit
uses when the `udp_port` setting is enabled, so it won't work anyways
and it's better to bt consistent between both Pion and mediasoup
engines.

Also extend the port range to 100 ports, given that now the multiplexing
feature won't be in use. 100 seems like a big enough range for local
development.
2024-07-08 18:20:47 +02:00

OpenVidu Local Deployment

Docker Compose files to run OpenVidu locally for development purposes.

Requirements

On Windows and MacOS:

  • Docker Desktop

On Linux:

  • Docker
  • Docker Compose

OpenVidu COMMUNITY

Install OpenVidu COMMUNITY

Windows

git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment/community
.\configure_lan_private_ip_windows.bat

Mac

git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment/community
./configure_lan_private_ip_mac.sh

Linux

git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment/community
./configure_lan_private_ip_linux.sh

Run OpenVidu COMMUNITY

docker compose up

OpenVidu PRO (Evaluation Mode)

OpenVidu PRO can be executed locally in evaluation mode for free for development and testing purposes. Some limits apply: maximum 2 concurrent Rooms, 8 Participants per Room, 5 minutes duration per Room.

Install OpenVidu PRO

Windows

git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment/pro
.\configure_lan_private_ip_windows.bat

Mac

git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment/pro
./configure_lan_private_ip_mac.sh

Linux

git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment/pro
./configure_lan_private_ip_linux.sh

Run OpenVidu PRO

docker compose up
Description
Docker compose to run OpenVidu locally for development purposes
Readme 514 KiB
Languages
Shell 68.9%
HTML 17.7%
Batchfile 13.4%