Go to file
Beardypig dd0de7e97f plugins.atresplayer: add support for live streams on atresplayer.com (#303) 2016-12-15 13:18:28 -08:00
debian Debian packaging base (#80) 2016-10-27 19:30:58 -07:00
docs plugins.atresplayer: add support for live streams on atresplayer.com (#303) 2016-12-15 13:18:28 -08:00
examples Rename instances of "livestreamer" to "streamlink" 2016-09-19 15:46:06 -04:00
script Add metadata to Windows installer 2016-12-08 23:10:47 +01:00
src plugins.atresplayer: add support for live streams on atresplayer.com (#303) 2016-12-15 13:18:28 -08:00
tests Windows command line parsing fix (#300) 2016-12-15 11:47:22 -08:00
win32 add some license notices for the bundled libraries 2016-12-08 19:32:32 +00:00
.coveragerc coverage: include streamlink_cli in the coverage, but exclude the vendored packages (#302) 2016-12-15 11:10:17 -08:00
.gitignore Remove tox 2016-09-27 11:28:42 -07:00
.travis.yml Windows command line parsing fix (#300) 2016-12-15 11:47:22 -08:00
AUTHORS Add script to generate authors list / update authors 2016-09-23 16:34:47 -04:00
CHANGELOG.md 0.1.0 Release 2016-11-21 14:54:27 -05:00
CONTRIBUTING.md add contributing guidelines 2016-11-26 14:27:02 -05:00
LICENSE It's now 2016 2016-09-29 09:50:39 -04:00
MANIFEST.in Windows command line parsing fix (#300) 2016-12-15 11:47:22 -08:00
NOTICE add some license notices for the bundled libraries 2016-12-08 19:32:32 +00:00
README.md Add links for windows portable version. (#299) 2016-12-15 09:25:28 -08:00
appveyor.yml Windows command line parsing fix (#300) 2016-12-15 11:47:22 -08:00
build.cmd Windows command line parsing fix (#300) 2016-12-15 11:47:22 -08:00
deploy-key.enc Automated docs updates via travis-ci 2016-09-23 19:27:26 -04:00
dev-requirements.txt Windows command line parsing fix (#300) 2016-12-15 11:47:22 -08:00
requirements-docs.txt docs: Replace sphinxcontrib.issuetracker with my own extension. 2014-07-20 15:23:51 +02:00
setup.cfg Add setup.cfg with wheel settings. 2014-05-17 14:38:46 +02:00
setup.py Update requests version after bug fix (#239) 2016-12-06 10:22:46 +00:00

README.md

Streamlink

Build Status codecov.io

Streamlink is a CLI utility that pipes flash videos from online streaming services to a variety of video players such as VLC, or alternatively, a browser.

The main purpose of streamlink is to convert CPU-heavy flash plugins to a less CPU-intensive format.

Streamlink is a fork of the livestreamer project.

Installation

Streamlink can be installed by using Python or through the installers below.

Installation via Python pip:

sudo pip install streamlink

Note: For Windows, omit "sudo"

Manual installation via Python:

git clone https://github.com/streamlink/streamlink
sudo python setup.py install

Installers for Windows/Mac/Linux:

Features

Streamlink is built via a plugin system which allows new services to be easily added.

Major streaming services such as:

Are supported.

A full list of plugins can be found on the plugin page.

Quickstart

After installation simply use:

streamlink twitch.tv/lirik source

And Streamlink will automatically open a default video player and begin streaming!

For full details on how to use Streamlink visit our documentation at streamlink.github.io

Contributing

Feel free to open a bug or contribute to code!

No need to go through a large CONTRIBUTING.md doc. The only requirement being that we get at least one ACK from a maintainer. Fork / clone us and open a PR!