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

Unable to get streams from if client and server are on a different network #12

Closed
danishnazir opened this issue Aug 24, 2016 · 4 comments

Comments

@danishnazir
Copy link

Hello there i was unable to show the streams between different clients and server when they were on a different network!.

@shanet
Copy link
Owner

shanet commented Aug 25, 2016

Hi Danish, there's no reason for this not to work from two independent boxes. However, "it doesn't work" isn't enough info for me to make any useful suggestions let alone reproduce the issue. It's worth noting that WebRTC uses ports than the usual 80 & 443. Are you sure that there's not a firewall or something sitting in between the two computers? If you're trying to make a connection over the open internet and don't have port forwarding configured on your router/gateway then you'll need to set up a TURN server.

@danishnazir
Copy link
Author

Thanks gor the help sir actually i want this to work without port
forwarding and now you have told me that for that we have to use turn
server i will do that do you have any sample in which we can use both the
servers? Thanks

On 25 Aug 2016 07:34, "shane tully" notifications@github.com wrote:

Hi Danish, there's no reason for this not to work from two independent
boxes. However, "it doesn't work" isn't enough info for me to make any
useful suggestions let alone reproduce the issue. It's worth noting that
WebRTC uses ports than the usual 80 & 443. Are you sure that there's not a
firewall or something sitting in between the two computers? If you're
trying to make a connection over the open internet and don't have port
forwarding configured on your router/gateway then you'll need to set up a
TURN server.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AH6LOuCcu2voa71biLWole_nOHzpSc3Fks5qjP8ZgaJpZM4JryKK
.

@shanet
Copy link
Owner

shanet commented Aug 25, 2016

No, I don't have an example using a TURN server anywhere. It's relatively straightforward though and well documented in the WebRTC documentation. Here's an open source implementation you can host yourself: https://github.com/coturn/coturn.

@danishnazir
Copy link
Author

Thanks alot Sir

On 25 Aug 2016 08:45, "shane tully" notifications@github.com wrote:

No, I don't have an example using a TURN server anywhere. It's relatively
straightforward though and well documented in the WebRTC documentation.
Here's an open source implementation you can host yourself:
https://github.com/coturn/coturn.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AH6LOpI6x4byiGZ55zn8fVoi4s7XwVTaks5qjQ-9gaJpZM4JryKK
.

@shanet shanet closed this as completed Aug 25, 2016
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

2 participants