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

Webseed without .torrent #1645

Closed
pimboli opened this issue Jun 19, 2019 · 2 comments
Closed

Webseed without .torrent #1645

pimboli opened this issue Jun 19, 2019 · 2 comments

Comments

@pimboli
Copy link

@pimboli pimboli commented Jun 19, 2019

Hello,

Is it possible to stream/download a file only having a magnet link and a webseed?

I have a file called 2.mp4, then I create create a .torrent file with the command:
create-torrent -urlList 'https://free-cdn.domain.com/2.mp4' 2.mp4 -o 2.torrent
and with webtorrent info 2.torrent I extract the info hash.
The Hash I've got: e78341f222031b8c35076c722e5bbf4877d7f5e2

But unfortunatly I cant access the torrent via this magnet link (with embedded webseed):

magnet:?xt=urn:btih:e78341f222031b8c35076c722e5bbf4877d7f5e2&dn=2.mp4&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&ws=https%3A%2F%2Ffree-cdn.domain.com%2F2.mp4

When I create a torrent file with
create-torrent -urlList 'https://free-cdn.domain.com/2.mp4' 2.mp4 -o 2.torrent

and open the torrent file I can download and seed the video, then It works also via the magnet link.

It seems that webtorrent can't handle downloading via magnet if not at least one peer is connected even tough there is a ws defined...

Why??? What am I doing wrong?

Thanks.

@SilentBot1

This comment has been minimized.

Copy link
Member

@SilentBot1 SilentBot1 commented Jun 19, 2019

@SilentBot1

This comment has been minimized.

Copy link
Member

@SilentBot1 SilentBot1 commented Jun 21, 2019

Hey @pimboli,

I'm going to close the ticket as the question has been answered but if you require further help regarding this issue, please feel free to continue in this ticket and we'll try and help you.

Many thanks,
SilentBot1

@SilentBot1 SilentBot1 closed this Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.