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 upHow to launch external media player to play torrent stream? #474
Comments
This comment has been minimized.
This comment has been minimized.
|
You can use the command line version for that. https://github.com/feross/webtorrent#as-a-command-line-app |
This comment has been minimized.
This comment has been minimized.
|
That won't do, unless it is possible to use command line args from inside a node js module? |
This comment has been minimized.
This comment has been minimized.
|
Why not? If I may ask. And no, at least not for webtorrent.
|
This comment has been minimized.
This comment has been minimized.
|
I get the magnet link from a web scraper written in nodejs |
This comment has been minimized.
This comment has been minimized.
|
You can use the https://github.com/feross/webtorrent#torrentcreateserveropts |
This comment has been minimized.
This comment has been minimized.
|
Have you looked at https://github.com/mafintosh/playback ? It has WT support |
This comment has been minimized.
This comment has been minimized.
|
@gillesdemey Thanks, just what I needed. Solved |
This comment has been minimized.
This comment has been minimized.
|
Awesome – glad your issue was solved. Thanks @gillesdemey and @DiegoRBaquero! |
Is it possible to play the torrent file in an external media player as it is being streamed? How?
Thanks