A plugin for BitTorrent media streaming

Basically, it receives media content through BitTorrent and sends it through HTTP. Media players can play from HTTP. The project uses Tokio and Hyper. It's an extension of a BitTorrent client of another programmer. I wrote a README and a bit of background information on the topic.

I would like to hear some comments on my code in the pull request in the project. A big part of the pull request is fixings bugs in the upstream BitTorrent client; you may ignore those.

Hey @beroal, I took some time to review your code under the nickname risboo6909.

Overall I really like the project it’s a great and useful idea. The code looked quite good and understandable to me. Since I’m not very familiar with how torrents work internally I only left a few comments that I thought might help slightly improve the code.

1 Like

I reviewed your PR! (I'm TheBestTvarynka ok GitHub)

1 Like