VLC-Qt is a free 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.
This repository contains various examples of how to use the library in your application.
Contributions are welcome. See [CONTRIBUTING.md] (https://github.com/vlc-qt/examples/blob/master/CONTRIBUTING.md) for more details.
- Simple Player (MIT)
- QML Player (MIT)
Each example may be used under the terms of the license noted in the file LICENSE.md in example subfolder.