Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 5de8ebba6a122a0fb772961a72613518 > files > 460

python-livestreamer-1.12.2-6.mga7.noarch.rpm

Overview
--------

Livestreamer is a :ref:`command-line utility <cli>` that pipes video streams
from various services into a video player, such as `VLC <http://videolan.org/>`_.
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 :ref:`API <api_guide>` available for developers who want access
to the video stream data.

- Latest release: |version| (:ref:`changelog`)
- GitHub: https://github.com/chrippa/livestreamer
- 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

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,
such as:

- `Dailymotion <http://dailymotion.com/live>`_
- `Livestream <http://livestream.com>`_
- `Twitch <http://twitch.tv>`_
- `UStream <http://ustream.tv>`_
- `YouTube Live <http://youtube.com>`_

... and many more. A full list of plugins currently included can be found
on the :ref:`plugin_matrix` page.

Quickstart
-----------

The default behaviour of Livestreamer is to playback a stream in the default
player (`VLC <http://videolan.org/>`_).

.. 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 (hls)
    [cli][info] Starting player: vlc

For more in-depth usage and install instructions see the `User guide`_.

User guide
----------

Livestreamer is made up of two parts, a :ref:`cli` and a library :ref:`API <api>`.
See their respective sections for more information on how to use them.

.. toctree::
    :maxdepth: 2

    install
    cli
    plugin_matrix
    players
    issues
    api_guide
    api