We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What can I do if there is no domain name in Intranet deployment? Can I use IP?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@wudanwei
If it is for development purposes, I would recommend this setup: https://openvidu.io/latest/docs/self-hosting/local/
In case it is a prod deployment in a LAN, you can't use IPs but you can use services like sslip.io or openvidu-local.dev to workaround.
sslip.io
openvidu-local.dev
For example if the private ip of your machine is 10.0.0.5 you can set up this domain name:
10.0.0.5
10-0-0-5.sslip.io or 10-0-0-5.openvidu-local.dev.
10-0-0-5.sslip.io
10-0-0-5.openvidu-local.dev
You also need to set up your own certificate and install it on every machine which will use the server.
So, what I would do is:
mkcert
owncert
<your-ip>.sslip.io
<your-ip>.openvidu-local.dev
Also make sure to configure this in livekit.yaml:
livekit.yaml
rtc: use_external_ip: false node_ip: <your_private_ip>
Use the latest version 3.0.0 and let me know if this works for you!
No branches or pull requests
What can I do if there is no domain name in Intranet deployment? Can I use IP?
The text was updated successfully, but these errors were encountered: