A fork of 'XBMCtorrent' by steeve
Stream allows you to stream magnet links from within XBMC, without having to wait for the whole file to download, thanks to sequential downloading (see FAQ).
One of the noticeable differences between Stream and XBMCtorrent is the user interface. XBMCtorrent provides a basis for accessing media while Stream helps offer better categorical organization, media headings, and plenty of backend upgrades. Want to give it a shot? Download today!
Check out the Stream website to download the ZIP file.
Stream is actually two parts:
torrent2http
: a custom bittorrent client written in Go and leveraging libtorrent-rasterbar, that turns magnet links into HTTP endpoints, using sequential downloading.If you feel adventurous, you can find the torrent2http
and libtorrent-go
sources by steeve at:
Simply download the latest version here, navigate to your XBMC settings/Addons, choose 'Install from zip', navigate to where you downloaded Stream, select it, and enjoy!
It works with most. Occasionally, some torrents are known not to work.
First of all, we need to make sure it's not the torrent's fault. Test this by initiating another download. If it doesn't work, post an issue along with your xbmc.log.
Yes, although now if you try to seek to a part you haven't downloaded yet, XBMC will wait for that part to be available.
Of course! 720p and 1080p work fine, provided you have enough bandwidth, and there are enough people seeding the torrent.
Generally, yes. However, Stream respects the same requirements "defined" by uTorrent 3. Also, Stream tries to make it up by seeding while you watch the movie.
Yes, yes, and yes. Stream will pre-allocate the whole file before download. So if you want to watch a 4GB video, you'll need the 4GB available on your storage medium. The file is deleted once you stop watching it, unless you choose to keep files from within the addon settings.
Currently the file is downloaded in the same directory as the torrent2http executable by default (in resources/bin/
Yes, just enable this option in the addon settings.
Just set the download directly to your NAS location, and make sure you have enabled "Keep files after playback" option.
Short answer: In order to gain analytics about how many people use Stream.
Long answer: First of all, your whole IP isn't tracked. Only the first 3 parts of it, thanks to Analytics Anonymous Mode. So for instance, if your IP is A.B.C.D, only A.B.C.0 will be logged. Second, this is my only tool to track audience interest, this is great information, and it really helps. Finally if you really want to, you can disable it in the addon settings (except for 1 GA event when you go in the addon). If you are blocking GA on your computer altogether, you'll still be able to use the addon.
Please, file an issue.
Enable Auto-Unblock in the settings. If it still doesn't work, you can go in Advanced > Custom Domains. Here to you can set each provider with whatever proxy you choose.
Check out the Releases tab.