Skip to content

platbr/Stream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##I apologize for the lack of updates/support, I am currently dealing with college and all that is included. For the time being, feel free to continue to fork this addon, make changes, and make pull requests.

Stream

A fork of 'XBMCtorrent' by steeve

What is it?

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).

Screenshots

Choose from different types of media! Enjoy your favorite TV shows... ...and even your favorite movies!

How It's Different

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!

Download

Check out the Stream website to download the ZIP file.

Supported Platforms

  • Windows x32 and x64
  • OS X x32 and x64
  • Linux x32 and x64
  • Raspberry Pi
  • Android 4.0+

How it works

Stream is actually two parts:

  • 'Stream': the modified XBMCtorrent addon written in Python.
  • 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:

FAQ

How do I install Stream?

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!

Does it work with all torrents?

It works with most. Occasionally, some torrents are known not to work.

The plugin doesn't work at all, what can I do?

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.

Can I seek in a video?

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.

Can it stream HD?

Of course! 720p and 1080p work fine, provided you have enough bandwidth, and there are enough people seeding the torrent.

Isn't sequential download on bittorrent is bad?

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.

Does it download the whole file? Do I need the space? Is it ever deleted?

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.

Where is the file located? Can I change it?

Currently the file is downloaded in the same directory as the torrent2http executable by default (in resources/bin// in the addon directory). You can change this location from within Stream's settings.

Can I keep the file after playback?

Yes, just enable this option in the addon settings.

Can I set it to download directly to my NAS and keep it after playback?

Just set the download directly to your NAS location, and make sure you have enabled "Keep files after playback" option.

Why are you using Google Analytics? Can I disable it?

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.

How can I report a bug?

Please, file an issue.

Provider X is blocked in my country/ISP, how can I set another domain?

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.

Changelog

Check out the Releases tab.

Shoutout to nessus for the amazingly-awesome Bello skin

About

Torrent streaming for XBMC

Resources

License

Stars

Watchers

Forks

Packages

No packages published