-
Notifications
You must be signed in to change notification settings - Fork 348
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
4G LTE Not working #262
Comments
Hi, most likely this is a network issue. |
Thank you for the fast response. Do you know if there are any other ways for doing long distance streaming using LTE utilising this application? If webrtc is the only way, is it possible to make the application use our own webRTC server? |
The problem is NOT with WebRTC server, but with network restrictions from ISPs. |
Thank you once again. Yep, I understand that the problem is not with the WebRTC. What I meant is that if I am using WebRTC, I would prefer for it to go through our own WebRTC server due to our project requirements. I was wondering it is possible for us to achieve this using the application? |
In your case you can do:
Both servers MUST be publicly available. We may experiment together as I also interested in introducing some TURN server to ScreenStream |
Sure, I would love to experiment together. I will let you know when I start trying. Thank you so much for the help! |
Early preview Based on private STUN / TURN standalone server |
Hi, do you know why when I using 4G LTE on WebRTC, I am not able to connect to the stream?
When I am connected to the same network as my 4G LTE using mobile hotspot, I am able to watch the stream. However, when I am connected to another network, it attempts to load the stream, but fails after.
Is this because of some permissions problem?
The text was updated successfully, but these errors were encountered: