VLC-Qt is a library used to connect Qt and libVLC 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 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.
Player is a perfect example about how to use VLC-Qt in tests folder.
