If you like it, consider donating :)
VLClive is an extension that integrates livestreamer (https://github.com/chrippa/livestreamer) into the famous VLC media player. VLClive is written in LUA and uses the VLC Lua plugin interface.
Note: VLClive currently only works with twitch.tv streams but it is planned to support all the streams that are available for livestreamer in the future.
- Add/Remove your favourite streamer for fast access
- Quickly check if your favourite streamers are online
- Use all available quality settings.
Livestreamer setup:
- On Windows:
- Download the livestreamer zip file located here: http://livestreamer.readthedocs.org/en/latest/install.html#windows-binaries
- Unzip the folder and move its content to your_vlc_installation_folder/vlclive/livestreamer/<livestreamer_files>
- On Mac OS X:
- Use the installation routine for Mac OS X: # easy_install -U livestreamer
- Other distributions: not yet tested/supported
VLClive setup:
- Copy the file VLClive.lua into the following folder:
- Windows: your_vlc_installation_folder/lua/extensions
- Mac OS X: VLC > Show Package Contents -> Contents/MacOS/share/lua/extensions
- Linux : /usr/share/vlc/lua/extensions (you might need to create the extensions folder)
You're done! Start using it from the VLC extension tab.
If you wish to report a bug or contribute code, please take a look at CONTRIBUTING.rst first.