CLI that pipes videos from online streaming services to a video player.


Keywords
cli, livecli, livestream, livestreamer, python, streamlink, streamurl, tv
License
BSD-2-Clause
Install
pip install livecli==4.0.1

Documentation

Livecli

TravisCI

Livecli is a Command-line utility that pipes videos from online streaming services to a variety of video players.

The main purpose of Livecli is to convert CPU-heavy websites to a less CPU-intensive format.

Livecli is a fork of the Streamlink and Livestreamer project

Installation

Python version 3.6 or higher is recommended.

Installation via Python pip

pip3 install livecli

Manual installation via Python

git clone https://github.com/livecli/livecli
cd livecli
python3 setup.py install

Windows

Features

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

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

There is also a generic plugin that will try to open a stream on every website.

Quickstart

After installing, simply use:

livecli STREAMURL best

Livecli will automatically open the stream in its default video player!

See Livecli's detailed documentation for all available configuration options, CLI parameters and usage examples.