Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrippa/livestreamer
Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
https://github.com/chrippa/livestreamer
Last synced: 3 months ago
JSON representation
Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
- Host: GitHub
- URL: https://github.com/chrippa/livestreamer
- Owner: chrippa
- License: bsd-2-clause
- Created: 2011-08-15T02:38:37.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-29T19:04:21.000Z (over 2 years ago)
- Last Synced: 2024-10-01T16:08:54.893Z (4 months ago)
- Language: Python
- Homepage: http://livestreamer.io/
- Size: 4.55 MB
- Stars: 3,884
- Watchers: 198
- Forks: 582
- Open Issues: 665
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - chrippa/livestreamer - Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead. (Python)
- awesome-free-apps - Livestreamer - Command-line utility to stream video from various platforms. ![Windows](win.svg) ![macOS](mac.svg) ![Linux](nix.svg) (Video / Video Streaming Tools)
README
Livestreamer
============.. image:: http://img.shields.io/pypi/v/livestreamer.svg?style=flat-square
:target: https://pypi.python.org/pypi/livestreamer.. image:: http://img.shields.io/pypi/dm/livestreamer.svg?style=flat-square
:target: https://pypi.python.org/pypi/livestreamer.. image:: http://img.shields.io/travis/chrippa/livestreamer.svg?style=flat-square
:target: http://travis-ci.org/chrippa/livestreamerOverview
--------Livestreamer is a `command-line utility`_ that pipes video streams
from various services into a video player, such as `VLC `_.
The main purpose of Livestreamer 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.- Documentation: http://docs.livestreamer.io/
- Issue tracker: https://github.com/chrippa/livestreamer/issues
- PyPI: https://pypi.python.org/pypi/livestreamer
- Discussions: https://groups.google.com/forum/#!forum/livestreamer
- IRC: #livestreamer @ Freenode
- Free software: Simplified BSD license.. _command-line utility: http://docs.livestreamer.io/cli.html
.. _API: http://docs.livestreamer.io/api_guide.htmlFeatures
--------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,
such as:- `Dailymotion `_
- `Livestream `_
- `Twitch `_
- `UStream `_
- `YouTube Live `_... and many more. A full list of plugins currently included can be found
on the `Plugins`_ page... _Plugins: http://docs.livestreamer.io/plugin_matrix.html
Quickstart
-----------The default behaviour of Livestreamer is to playback a stream in the default
player (`VLC `_)... sourcecode:: console
# pip install livestreamer
$ livestreamer twitch.tv/day9tv best
[cli][info] Found matching plugin twitch for URL twitch.tv/day9tv
[cli][info] Opening stream: source
[cli][info] Starting player: vlcFor more in-depth usage and install instructions see the `User guide`_.
.. _User guide: http://docs.livestreamer.io/index.html#user-guide
Related software
----------------Feel free to add any Livestreamer related things to
the `wiki `_.Contributing
------------If you wish to report a bug or contribute code, please take a look
at `CONTRIBUTING.rst `_ first.