I think this might be a great addition to tixati. I saw this in libtorrent github =
https://github.com/arvidn/libtorrent/issues/8048
I have checked I2P. It is good anonymity but the speeds are so slow that I can sleep for 8 hours and it will just download 2% of the entire movie.
I hope dev looks into it.
Tribler Onion Routing is based on UDP
so it has better streaming performance than TCP-based onion routers like Tor or I2P
better streaming performance
it should also give better throughput performance
in networks with high latency, NATs, moderate packet loss, many peers
(similar: uTP vs TCP)
Anonymous Downloading and Streaming specifications =
https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications
We have implemented the main parts of the Tor wire protocol within Tribler. Instead of the TCP protocol that Tor uses, we use the UDP protocol, in order to be able to do NAT traversal. We have created our own network using this Tor variant, our code is not compatible with normal Tor. We use UDP-based end-to-end congestion control. Having hop-by-hop congestion control is one of the key reasons why Tor is slow.
Hidden Services Specifications for anonymous seeding =
https://github.com/Tribler/tribler/wiki/Hidden-Services-Specifications-for-anonymous-seeding
Both the seeder and downloader use circuits while accessing the DHT, but with the current implementation the introduction point on itself knows which info hash is shared and what the rendezvous point will be. This is a known weakness in the protocol, but is to be solved later on in future work, when opportunistic encryption in a web of trust is reality.