Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 4.79 KB

README.md

File metadata and controls

73 lines (48 loc) · 4.79 KB

Livestreamer Twitch GUI

Supported platforms Latest release Open issues

A multi platform Twitch.tv browser for Livestreamer

Livestreamer Twitch GUI

Description

This app is just a graphical user interface (GUI) on top of the Livestreamer command line interface (CLI).
There are still some features missing at the current stage of development, but the most important ones are working fine.

Livestreamer Twitch GUI is a NW.js (formerly Node-Webkit) application, which means that it is a web application written in JavaScript (EmberJS), HTML (Handlebars) and CSS (LessCSS) and is being run by an io.js (fork of Node.js) powered version of Chromium.

When to use

One of the reasons people are having bad viewing experiences on Twitch.tv is the usage of the flash player on their website. With the current generation of web browsers they sadly almost don't have any other choice but using flash for delivering a simple streaming service. There are some platforms and configurations where flash is causing problems though. These problems are low frame rates when watching streams or videos and also the lack of GPU acceleration leading to high CPU + memory usage which can be a big issue especially for mobile desktop devices.
With Livestreamer Twitch GUI you're not dependent on your browser and flash, so less resources are needed. Also all streams can be watched in the video player of your choice, enabling a smooth video playback.
Please have in mind, that by using this application you're bypassing any ads run by Twitch (adblock users also do). If you want to support Twitch or a single broadcaster, please consider buying Twitch Turbo or subscribing to the broadcaster's channel. Thank you!

Download

Here you can find the list of all recent releases.

You can also try out the latest unreleased version by cloning this repository and building the application off the master branch.

Please note: Livestreamer Twitch GUI depends on Livestreamer. Install Livestreamer prior to using this application or you won't be able to launch any streams.

Windows users: Do not install Livestreamer via pip. Instead, use the installation package (requires Microsoft Visual C++ 2008 Redistributable Package).

Build

Building the application on your own is simple. Just make sure that the latest stable version of io.js or Node.js (including npm) is installed on your machine.
Then run the following lines from the path of your cloned repository to install all dependencies and to start the build process. You will then find the built executable inside the build/releases folder.

npm install -g grunt-cli bower # may require administrator privileges
npm install
grunt release

Contributing

Every contribution is welcome! Please read CONTRIBUTING.md first.