-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
AWS docker: no video #2
Comments
You're running this on an EC2 machine? Try running the container with privileged networking ( Another way I've got around that, in case you have other restrictions around UDP traffic on the client side, was to use the "preconfigured" tag of the image, in which I configure JVB to relay traffic in TCP mode over 443 alongside with the
You can keep this on the host with the proper settings for local/public IP and mount the host directory where you have the file to Same for Here's an example container creation doing the mounting of the corresponding directories (this assumes you have 2 directories on the host respectively
|
Thanks Roberto, i got it working on AWS now. But restrictive firewall that only allow 443 TCP is still an issue. (same for default config) Do you have any idea how to implement the two IP;s solution to get ICE and videobridge to relay via TCP 443? |
Yep, that's what I had mentioned in my previous comment. I have that in a separate branch right now but it's basically configuring JVB to serve meet over HTTPS (via jetty instead of nginx) as well as relay TURN traffic over TCP/443. |
Try checking /etc/hosts in docker container. |
@robertoandrade How do I find the local IP address of my EC2?
|
@atyenoria thanks! |
Somehow when i'm installing this docker. Video/Audio is not working. I do see the other party online. Tried everything at the port level but does not seem to work.
any idea how to fix this?
The text was updated successfully, but these errors were encountered: