-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Enable WebTorrent in Python #7333
Comments
Webtorrent is only available in |
I'm a bit of a novice, could I please have instructions on how to build the python module from Master with WebTorrent enabled? And so that I can package the module using PyInstaller, if possible. Thanks! |
Basically: sudo apt-get install libboost-all-dev
python3 -m pip install --global-option="--b2-args=webtorrent=on" git+https://github.com/arvidn/libtorrent.git@master |
Thank you, I built the python module myself and pip show libtorrent shows the version is 2.1.0. But I still can't download or seed files to/from instant.io. I read in another thread that a flag needs to be enabled when you install libtorrent in order for WebTorrent to work. Is this the same case here for installing with pip? Here is my code for downloading I copied from stackoverflow:
|
webtorrent support is not enabled by default (yet). you need to pass in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hoge |
WE WANT WEBTORRENT BY DEFAULT! (pretty pretty please :) Please be the king of torrents and make this god like feature a reality for the masses by default. |
This projects going to the moooon! 🚀🚀🚀 |
Yeah, the feature awesome. I love libtorrent and I would also love the support for webtorrent 🙏🏻🙏🏻🙏🏻 |
I hope this gets implemented soon 🙏🥲 |
So do I. I have been waiting for this for years, to get it into the VLC bittorrent plugin in Debian. |
Hi, I was wondering if WebTorrent is enabled by default in the Python version of Libtorrent (pip3 install libtorrent). When I seed, I can download with qBittorrent but not instant.io. So I was wondering if there is a special property that needs to be enabled, or a specific version to download, in order to enable WebTorrent support. Thank you.
The text was updated successfully, but these errors were encountered: