Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot seed torrent from Desktop to Web Browser (on mobile device and using different network) #990
Comments
This comment has been minimized.
This comment has been minimized.
|
If it works on instant.io maybe it's the STUN+TURN config. |
This comment has been minimized.
This comment has been minimized.
|
Yes can it be solved effectively? Instant.io sends its own rtcconfig but it looks quite troublesome. |
This comment has been minimized.
This comment has been minimized.
|
If your network has a firewall or you're behind a restrictive NAT then some P2P connections will fail. Setting up a TURN server, or paying a service like Twilio (https://www.twilio.com/stun-turn) is the only way to ensure connectivity in these situations. For torrents with a lot of peers, even peers who are behind bad firewalls can usually connect to at least a few peers. But if you want to guarantee that one specific peer can always connect to any other specific peer, then you need TURN. |
This comment has been minimized.
This comment has been minimized.
|
thanks for the useful information. However, its noted that normal utorrent has no such issue? Is there any any chance that we can bypass such issue, that would be very good way to look forward to? |
This comment has been minimized.
This comment has been minimized.
|
uTorrent uses different techniques than WebRTC to bypass firewalls, namely UPnP and NAT-PMP. With WebRTC we're limited to STUN and TURN. This is what browsers give us. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I've tried to follow the example given but cannot seed the video from Desktop to the Chrome Browser on mobile device (using different network). However, instant.io has no problem doing such. Have seen some one mentioned the issue before few days ago and now it has been put down for some reason ? My code is simple as just as such :