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 upwebtorrent + webrtc + AWS ec2 server seeding issues #472
Comments
This comment has been minimized.
This comment has been minimized.
|
I'm having a similar problem on a DO droplet. There's no firewall rules at all. Have you got any solution yet? |
This comment has been minimized.
This comment has been minimized.
|
I also tried disabling firewall rules but not luck. I'm running my app in Docker though which might make things more complex. I also noticed that when I enable webrtc support, my server CPU usage skyrockets. |
This comment has been minimized.
This comment has been minimized.
|
@olalonde See webtorrent/webtorrent-hybrid#5 But same here, I can't seed from a Docker image. |
This comment has been minimized.
This comment has been minimized.
|
Thanks for pointing to this issue, I'm having same issues as you it seems. |
This comment has been minimized.
This comment has been minimized.
|
Finally doesn't seem to be a Docker issue, I can view videos with the host from a webtorrent server seeding inside Docker. |
This comment has been minimized.
This comment has been minimized.
|
@olalonde have you fixed it? I got a semi-working seeder using xfvb (as fake screen, so no need to install a GUI desktop), electron-spawn (headless electron wrapper) (to make it work as a browser). The problem I have is that the process dies after a few hours (haven't really investigated why). |
This comment has been minimized.
This comment has been minimized.
|
It sounds like you guys got this figured out, and the remaining issues are just related to |
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'm having trouble seeding a file over webrtc from an ec2 machine (webtorrent-hybrid). Are there any specific ports that need to be opened? I've opened
opts.torrentPortandopts.dhtPortin my ec2 security group and both dht + regular bittorrent protocol are working. I can't however seem to download anything from my browser over webrtc which is seeded from that server.