Hi,
I found information in docs that OpenVidu is 100% compatible with LiveKit.
What about agents? When I try to register agent I got error:
2025-01-16 16:08:03,192 - livekit.agents - WARNING - failed to connect to livekit, retrying in 4s: 404, message=‘Invalid response status’, url=‘ws://localhost:7880/agent’
Same code is working with LiveKit cloud solution.
@mpawlus Yes, it is compatible!
We’ve missed a rule in the caddy proxy, it will be fixed in 3.1.0
But you can use this 3.1.0-dev1
if you want to use it right now.
OpenVidu Local Deployment
# Clone the 3.1.0-dev1 tag
git clone https://github.com/OpenVidu/openvidu-local-deployment -b 3.1.0-dev1
cd openvidu-local-deployment/community # or /pro
./configure_lan_private_ip_linux.sh # Depends on your OS
# Run
docker compose up
OpenVidu Deployment
If you want to deploy in your cloud provider or on prem machines, simply follow the deployment doc instructions, but instead of latest
, use 3.1.0-dev1
2 Likes