Skip to content
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

Open
roberto497 opened this issue Mar 24, 2022 · 7 comments
Open

Does not work when exposed on the internet (Ngrok) #163

roberto497 opened this issue Mar 24, 2022 · 7 comments

Comments

@roberto497
Copy link

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

@roberto497
Copy link
Author

I believe that the problem is related to the fact that the peers are not sharing the information of icecandidate.

@jonas893
Copy link

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.

@roberto497
Copy link
Author

@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.

@Jobinjose01
Copy link

@roberto497
Is there any progress ? are you able to solve the issue ?

@tony-p
Copy link

tony-p commented May 17, 2022

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

@tony-p
Copy link

tony-p commented May 17, 2022

if serving your own turn server, many ports need to be exposed, coturn example
https://hub.docker.com/r/instrumentisto/coturn

@ktoonsez
Copy link

ktoonsez commented Dec 9, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants