Overview¶
Streamlink is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Streamlink is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. There is also an API available for developers who want access to the video stream data. This project was forked from Livestreamer, which is no longer maintained.
- Latest release: 0.7.0 (https://github.com/streamlink/streamlink/releases/latest)
- GitHub: https://github.com/streamlink/streamlink
- Issue tracker: https://github.com/streamlink/streamlink/issues
- PyPI: https://pypi.python.org/pypi/streamlink
- Free software: Simplified BSD license
- Icon: https://www.flickr.com/photos/phploveme/27078045626 (cc-by-sa 2.0)
Features¶
Streamlink 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, such as:
... and many more. A full list of plugins currently included can be found on the Plugins page.
Quickstart¶
The default behaviour of Streamlink is to playback a stream in the default player (VLC).
# pip install streamlink
$ streamlink twitch.tv/day9tv best
[cli][info] Found matching plugin twitch for URL twitch.tv/day9tv
[cli][info] Opening stream: source (hls)
[cli][info] Starting player: vlc
For more in-depth usage and install instructions see the User guide.
User guide¶
Streamlink is made up of two parts, a Command-Line Interface and a library API. See their respective sections for more information on how to use them.
- Installation
- Command-Line Interface
- Plugins
- Players
- Common issues
- API Guide
- API Reference
- Changelog
- streamlink 0.7.0 (2017-06-30)
- streamlink 0.6.0 (2017-05-11)
- streamlink 0.5.0 (2017-04-04)
- streamlink 0.4.0 (2017-03-09)
- streamlink 0.3.2 (2017-02-10)
- streamlink 0.3.1 (2017-02-03)
- streamlink 0.3.0 (2017-01-24)
- streamlink 0.2.0 (2016-12-16)
- streamlink 0.1.0 (2016-11-21)
- streamlink 0.0.2 (2016-10-12)
- streamlink 0.0.1 (2016-09-23)
- Donating