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 upWebtorrent extention for Libtorrent with python #259
Comments
This comment has been minimized.
This comment has been minimized.
|
@vkefallinos Thanks for opening this issue. As soon as I have the time, I'll write up a BEP to explain the changes needed to support WebTorrent. There aren't many. You can have a look at the See: #168 |
This comment has been minimized.
This comment has been minimized.
|
Sorry for posting in this old and closed issue @feross but I have a small question regarding webtorrent and python. |
This comment has been minimized.
This comment has been minimized.
|
@onny : You need to use unhexlify and json: pl=json.loads(pl) result: Without the double json conversion you get "Unexpected token" errors. |
I want to add webtorrent extention to rasterbar libtorrent. I couldn't find any instructions to create a generic webtorrent extention.
I am thinking something like proxying and modifying webrtc requests to fool libtorrent and treat them as normal connections. This way it could interoperate. Node is not good for really low end hardware like raspberry pi 1.
Can you help? Or resources would help too..
Great Work by the way...!!
Thanks