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 upSeeding from linux server is very slow #1301
Comments
This comment has been minimized.
This comment has been minimized.
|
It should work, can you post full debug logs? You need to enable in the server by running node with |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero this is the debug logs from
|
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I'm trying to seed a small video file ( 3Mb ) from Linux server with
nodejsand play it oninstant.iobut it didn't work , this is my code :const WebTorrent = require('webtorrent-hybrid');var webtorrent = new WebTorrent({dht:false});webtorrent.seed('./out.mp4', (torrent) => {console.log('Seeding out.mp4 : '+ torrent.magnetURI);});I get in
instant.io:A web page is slowing down your browserinFirefoxconsole i getUsing more than two STUN/TURN servers slows down discovery, it start downloading byDownload speed: 1.6 KB/s, and the browser get frozen after 10 seconds.This happened for both
Ubuntu 16.04andCentos 7.Do i need to do something to the server other than installing
nodejsandwebtorrent-hybridand packages thatElectrondepends on, or not