-
Notifications
You must be signed in to change notification settings - Fork 421
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
Does not work when exposed on the internet (Ngrok) #163
Comments
I believe that the problem is related to the fact that the peers are not sharing the information of icecandidate. |
Hi @roberto497. Have you made any progress? I have the same problem and I don't know why it only works on the local network. |
@jonas893, I'm going to change the communication to websocket, so it's easier to send and receive information between the parties, from that start sending and receiving icecandidate events. If there's progress, I'll let you know. |
@roberto497 |
I have a similar issue (I think). I'm running inside a docker container with only port 8083 patched through, works fine on the local system, but streams don't start on other systems on the local network. My guess is there are other ports opened up for the stream, but because they are not patched through the stream fails to play .... just need to know what those ports are |
if serving your own turn server, many ports need to be exposed, coturn example |
Did anyone make any progress on this problem? I am having the same kind of issue. Works great on my own network, but when I port forward this to the internet so I can see the cameras at my house it does not work, I just get a spinning connecting weheel in the center of the video window and then after 10 seconds or so I get the event, "oniceconnectionstatechange: disconnected" |
Locally or within the same network it works perfectly.
But I started ngrok on port 8083, and tried to access it through 4g from my cell phone, it doesn't work.
What am I doing wrong? missing some port release or turn configuration
The text was updated successfully, but these errors were encountered: