Hello,
I’m currently trying to develop an app with Open Vidu pro. It is deployed on AWS and work fine. But I wondered if is is possible to have Pro features enabled on my local (such as the inspector).
I’m using this command to launch Open Vidu server :
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.17.0
Is there something similar for pro version ?
Thanks
Unfortunately there is no local version for OpenVidu Pro
What you can do is to deploy OpenVidu Pro in two virtual machines. Create it with 1 or 2 cores each one because all insallations will have a license costs. So you will be charged for each core of each machine running OpenVidu Pro.
Use one VM for OpenVidu Server PRO and one VM for a Media Node. Use 1/2 cores in each one.
Follow On premises instructions: OpenVidu Docs
What I recommend is to deploy a dev infrastructure in AWS. For an easy installation you can follow this instructions: OpenVidu Docs
Regards