vlc-qt

VLC-Qt - a simple library to connect Qt application with libVLC


License
LGPL-3.0
Install
inqlude install vlc-qt

Documentation

VLC-Qt Library Build Status Build status

Homepage Latest release Download License codecov.io

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.

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.

VLC-Qt 1.1 Qt/VLC versions deprecation warning

Since 1.1 release, support for some older Qt and VLC versions will be removed or deprecated:

  • Qt 4 support will be deprecated and removed in 2.0
  • Qt 5 lower than 5.5 will be deprecated and removed in 2.0
  • libVLC 2.1 will be required

Binaries and source code

You can download VLC-Qt binaries and sources from the official web page or GitHub releases.

Latest source is also available via Git:

  git clone git://github.com/vlc-qt/vlc-qt.git
  git submodule init
  git submodule update

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 and guides

VLC-Qt examples are now located in the examples repository.

All discussions that are not bug related can be made here. This is also a place where you can publish your guides.

Building and requirements

See How to build VLC-Qt.

Contributing

There are several ways to contribute to VLC-Qt:

Copyright info

Copyright (C) 2010-2016 Tadej Novak

VLC-Qt is free (libre) software. This means that the library source code is available to public, anyone is welcome to research how the application works, participate in its development, freely distribute the application and spread the word!

This project may be used under the terms of the GNU Lesser General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.md.