Skip to content
forked from ariesw/livecli

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

License

Notifications You must be signed in to change notification settings

AAZENON/livecli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,657 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravisCI build status codecov.io pypi.python.org

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

The main purpose of livecli is to convert CPU-heavy flash plugins to a less CPU-intensive format, also allow to watch livestreams on less powerful devices.

Livecli is a fork of the Streamlink and Livestreamer project,

The advantages of Livecli:

  • build in plugin that will try to open a stream on every website.
  • build in local server command
  • fully compatible with Kodi Leia
  • pycryptodomex can be used
  • some new plugins and some broken plugins are fixed
  • more commands

Installation via Python pip

pip install --user livecli

This will install livecli as a normal user, not as root. You might have to add $HOME/.local/bin to your $PATH

open ~/.bashrc or ~/.bash_profile or ~/.profile and add

PATH="$HOME/.local/bin:$PATH"

Manual installation via Python

git clone https://github.com/livecli/livecli
cd livecli
pip install --user -U .

This will install livecli as a normal user, not as root. You might have to add $HOME/.local/bin to your $PATH

open ~/.bashrc or ~/.bash_profile or ~/.profile and add

PATH="$HOME/.local/bin:$PATH"

Features

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

Supported streaming services, among many others, are:

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

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.

Kodi

Livecli can be used with Kodi Leia, it can be installed from the Livecli Kodi Repository.

For more information see service.livecli.proxy

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 first. Thanks!

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.5%
  • Batchfile 0.1%