An open API service indexing awesome lists of open source software.

https://github.com/winsoft666/vlc-qt2

A library to connect Qt application with libVLC.
https://github.com/winsoft666/vlc-qt2

libvlc qt vlc

Last synced: about 1 year ago
JSON representation

A library to connect Qt application with libVLC.

Awesome Lists containing this project

README

          

**Fork from [vlc-qt](https://github.com/vlc-qt/vlc-qt), there are many changes, not compatible with the original version!**

---

# VLC-Qt Library
VLC-Qt is a free library used to connect [Qt](http://qt.io) and [libVLC](http://videolan.org) libraries. It contains core classes for main media playback and also some GUI classes for faster media player development.

VLC-Qt runs on supported versions of Linux, macOS and Windows. It is developed in cross-platform spirit so it may work on other systems but is not supported.

## Qt/VLC versions
- Qt only support Qt5+
- libVLC only support 2.1+

Master branch is considered stable and working on all supported platforms.
All development is made in branches. You can also find specific releases by browsing tags.

## Examples
`Player` is a perfect example about how to use VLC-Qt in `tests` folder.

![screenshot on windows](screenshots/screenshot-1.jpg)

## Building and requirements
See [How to build VLC-Qt](BUILDING.md).