-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Can't get Video Stream over network (public domain) #41
Comments
I get the same issue with the docker-compose files. No changes made outside of environment variables. It appears that when using a domain name instead of an ip the communication via websocket doesn't work properly anymore.
on docker and a
in my browser. This is the relevant part of the message I get with public domain name:
This is the same part on IP:
|
I tried skipping through the code and understanding what it does.
in After changing
The candidates appear to be giving local addresses looking like these:
Here's also console output from the browser:
Everything works fine if |
In case anybody still runs into this problem I was able to workaround it in my case (having a public domain with dynamic dns) Necessary preparations
The stream is now accessible from outside though |
Can anyone help me? i can reach stream locally with external ip to my server, but outside - it either unreachable, or completely not reachable. I opened all possible ports in firewall and router configuration, so theres no way that it is related to port forwarding (at least not obvious) |
I'm running Project-Lightspeed in docker containers, and through trial & error I figured out I had to open the following ports in the firewall in my VPS: IP-restricted to the streamer:
IP-restricted to the viewers (and possibly the streamer):
I haven't figured out yet how to secure the :8888 site with SSL in an nginx reverse proxy, the configuration in the Ubuntu installer script didn't work for me (touched on in #47). |
@Yavos did you do the port forwarding at the firewall level in a VM, or were these linux commands?
|
I did set up the forwarding (and dynamic dns) in my router. (using a non-modified fritz box) |
I patch the webrtc with the pr for wss
and add a SSL Cert.
All looks great, Websocket commucation is loaded, but the Video Stream isn't shown.
Used the docker-compose file with my modifed webrtc version.
The text was updated successfully, but these errors were encountered: