Skip to content

zeferin098/livestreamer

 
 

Livestreamer

PyPi Version Build Status Downloads

Livestreamer is CLI program that extracts streams from various services and pipes them into a video player of choice.

Features

Livestreamer is built upon a plugin system which allows support for new services to be easily added.

Currently most of the big streaming services are supported, e.g. Dailymotion, Livestream, Twitch, Justin.tv, YouTube Live and Ustream.

Usage

The default behaviour of Livestreamer is to playback a stream in the default player (VLC).

# pip install livestreamer
$ livestreamer twitch.tv/day9tv best
[cli][info] Found matching plugin justintv for URL twitch.tv/day9tv
[cli][info] Opening stream: 720p
[cli][info] Starting player: vlc

For more in-depth usage and install instructions see the full documentation available at http://livestreamer.tanuki.se/.

Livestreamer related software

Feel free to add any Livestreamer related things to the wiki.

Contributing

If you wish to contribute to this project please follow these guidelines:

  • Basic Git knowledge (http://gun.io/blog/how-to-github-fork-branch-and-pull-request/).
  • Coding style: It's not strictly PEP8 (http://www.python.org/dev/peps/pep-0008) but at least tries to stay close to it.
  • Add unit tests if possible and make sure existing ones pass.
  • Make sure your code is compatible with both Python 2.6+ and 3.2+.
  • Squash commits where it makes sense to do so (fixing typos or other mistakes should not be a separate commit).
  • Open a pull request that relates to but one subject with a clear title and description.
  • When creating a pull request, make sure it's on the correct branch. These branches are currently used:
    • master: Only critical fixes that needs to be released ASAP.
    • develop: Everything else.

About

CLI program that extracts streams from various services and pipes them into a video player of choice.

Resources

License

BSD-2-Clause and 3 other licenses found

Licenses found

BSD-2-Clause
LICENSE
BSD-2-Clause
LICENSE.flashmedia
MIT
LICENSE.pbs
Unknown
LICENSE.plugins

Stars

Watchers

Forks

Packages

No packages published