Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/streamlink/streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
https://github.com/streamlink/streamlink
cli livestream python streaming streaming-services streamlink twitch vlc
Last synced: 4 days ago
JSON representation
Streamlink is a CLI utility which pipes video streams from various services into a video player
- Host: GitHub
- URL: https://github.com/streamlink/streamlink
- Owner: streamlink
- License: bsd-2-clause
- Created: 2016-09-16T17:52:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:27:20.000Z (about 2 months ago)
- Last Synced: 2024-10-29T11:29:54.395Z (about 1 month ago)
- Topics: cli, livestream, python, streaming, streaming-services, streamlink, twitch, vlc
- Language: Python
- Homepage: https://streamlink.github.io/
- Size: 37.9 MB
- Stars: 10,031
- Watchers: 210
- Forks: 1,110
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/support.rst
- Authors: AUTHORS
Awesome Lists containing this project
- favorite-link - CLI 用于将各种网站的流提取到您选择的视频播放器。
- awesome-python-applications - Repo - line utility that extracts streams from various services and pipes them into a video player of choice. `(linux, windows, mac)` (<a id="tag-internet" href="#tag-internet">Internet</a>)
- awesome-cli-apps - streamlink - Extract streams from various websites to a video player of your choosing. (Entertainment / Video)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/streamlink/streamlink - Pipe video streams into media player (Jump To / Media)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/streamlink/streamlink - Pipe video streams into media player (Jump To / Media)
- fucking-Awesome-Linux-Software - ![Open-Source Software - Streamlink is a CLI utility which pipes video streams from various services into a video player. (Command Line Utilities / Internet)
- awesome-starred-test - streamlink/streamlink - Streamlink is a CLI utility which pipes video streams from various services into a video player (Python)
- awesome-repositories - streamlink/streamlink - Streamlink is a CLI utility which pipes video streams from various services into a video player (Python)
- awesome-starts - streamlink/streamlink - Streamlink is a CLI utility which pipes video streams from various services into a video player (Python)
- awesome-list - streamlink
- Awesome-Linux-Software - ![Open-Source Software - Streamlink is a CLI utility which pipes video streams from various services into a video player. (Command Line Utilities / Internet)
- fucking-awesome-cli-apps - streamlink - Extract streams from various websites to a video player of your choosing. (Entertainment / Video)
- awesome-video - streamlink/streamlink - Streamlink is a CLI utility which pipes video streams from various services into a video player - streamlink/streamlink (Encoding / Talks Presentations Podcasts)
- awesome-python-applications - Repo - line utility that extracts streams from various services and pipes them into a video player of choice. `(linux, windows, mac)` (<a id="tag-internet" href="#tag-internet">Internet</a>)
- awesome-browserless - Streamlink - Streamlink is a CLI utility which pipes video streams from various services into a video player (Twitch / Misc)
README
Streamlink
A Python library and command-line interface which pipes streams from various services into a video player.
Avoid resource-heavy and unoptimized websites, and still enjoy streamed content.
Streamlink was forked in 2016 from the abandoned Livestreamer project.# 📦 Installation
Please take a look at the documentation for different ways of installing Streamlink:
- [Windows][streamlink-installation-windows]
- [macOS][streamlink-installation-macos]
- [Linux and BSD][streamlink-installation-linux-and-bsd]
- [PyPI package and source code][streamlink-installation-pypi-source]# 👍 Features
Streamlink is built on top of a plugin system which allows support for new services to be added easily.
Most of the popular streaming services are supported, such as [Twitch](https://www.twitch.tv), [YouTube](https://www.youtube.com), and many more.A list of all plugins currently included can be found on the [plugins page][streamlink-plugins].
# 💡 Quickstart
After installing, simply run:
```sh
streamlink "STREAMURL" best
```The default behavior of Streamlink is to play back streams in the [VLC player][player-vlc], but a lot of other options and output methods are available, such as writing the stream to the filesystem, reading stream metadata, etc.
For more in-depth usage, please refer to the [CLI documentation][streamlink-documentation-cli].
An [API guide][streamlink-documentation-apiguide] and [API reference][streamlink-documentation-apiref] is available for Python implementors of Streamlink.
# 🙏 Contributing
All contributions are welcome.
Feel free to open a new thread on the issue tracker or submit a new pull request.
Please read [CONTRIBUTING.md][contributing] first. Thanks!# ❤️ Support
If you think that Streamlink is useful and if you want to keep the project alive, then please consider supporting its maintainers by sending a small and optionally recurring tip via the [available options][support].
Your support is very much appreciated, thank you![streamlink-installation-windows]: https://streamlink.github.io/install.html#windows
[streamlink-installation-macos]: https://streamlink.github.io/install.html#macos
[streamlink-installation-linux-and-bsd]: https://streamlink.github.io/install.html#linux-and-bsd
[streamlink-installation-pypi-source]: https://streamlink.github.io/install.html#pypi-package-and-source-code
[streamlink-documentation-cli]: https://streamlink.github.io/cli.html
[streamlink-documentation-apiguide]: https://streamlink.github.io/api_guide.html
[streamlink-documentation-apiref]: https://streamlink.github.io/api.html
[streamlink-plugins]: https://streamlink.github.io/plugins.html
[player-vlc]: https://www.videolan.org/vlc/
[contributing]: https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md
[support]: https://streamlink.github.io/latest/support.html