Skip to content

gabrielgmendonca/btstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BTStream BTStream is an open-source and cross-platform environment designed to allow scalable multimedia streaming using the BitTorrent protocol.

It consists of three tools:

  • libbtstream - a C++ library that implements a BitTorrent client and provides a simple API to read downloaded pieces sequentially, allowing the development of P2P multimedia streaming software. It implements different piece selection algorithms and allows the implementation of new BitTorrent extensions.

  • BTStreamSrc - a GStreamer plugin that uses libbtstream to define a source element that can be used to easily build multimedia streaming applications with the GStreamer framework.

  • BTStreamClient - a simple P2P VoD client written in Python that can be used to watch video files distributed in BitTorrent swarms. The client is developed with GStreamer and uses the BTStreamSrc plugin. Also, it can be used for experimental evaluation of BitTorrent extensions, providing statistics like download and upload rate, time to start playback and number of playback interruptions.

All three tools are compatible with existing BitTorrent software and allow streaming of video files distributed in ordinary swarms.

##Support

Check our Wiki for support on installing and using BTStream tools:

Additional support can be obtained at our mailing list: http://groups.google.com/group/btstream-users.

##License

All BTStream tools are under the GNU Lesser General Public License.

##Publications

About

Automatically exported from code.google.com/p/btstream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published