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 upin raspberry3 nodejs seed #1336
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Node.js seeding is for tcp/udp peers only. Instant.io is webrtc. You need to use webtorrent-hybrid for that :)
… On Mar 22, 2018, at 8:43 AM, mike-hor ***@***.***> wrote:
What version of WebTorrent?
last
What operating system and Node.js version?
last
What browser and version? (if using WebTorrent in the browser)
What did you expect to happen?
i want to seed in raspberry3 (nodejs)
What actually happened?
it seems to work,but not
like this
but instant.io can not use it ,
so,i change to use WebTorrent Desktop.finally, it works , why??
its my code
const WebTorrent = require('webtorrent');
var client = new WebTorrent()
client.seed('./movie/test.mp4', function (torrent) {
console.log('Client is seeding ' + torrent.magnetURI)
})
and then node index.js
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero so , i can only use desktop? |
This comment has been minimized.
This comment has been minimized.
|
can you please run with |
This comment has been minimized.
This comment has been minimized.
|
it have so many logs
|
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero Are these logs useful? |
This comment has been minimized.
This comment has been minimized.
|
Can you update your What exactly is the error that is being thrown? |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.


What version of WebTorrent?
last
What operating system and Node.js version?
last
What browser and version? (if using WebTorrent in the browser)
What did you expect to happen?

i want to seed in raspberry3 (nodejs)
What actually happened?
it seems to work,but not
like this
but instant.io can not use it ,
so,i change to use WebTorrent Desktop.finally, it works , why??
its my code
and then node index.js