A simple VLC-Qt powered media player with support for:
- Video playback
- Volume slider
- Progress bar
- Equalizer
This example is compatible with:
- CMake and qmake
- Qt5
- latest VLC-Qt with VLC 2.2 or later
- qmake install
If you want to use CMake, you can delete
- simple-player.pro
- src/src.pro
If you want to use qmake, you can delete
- CMakeLists.txt
- cmake/*
- src/CMakeLists.txt
You can install all required libraries with (CMake only)
make install
make windows
Create package using (CMake only)
make install
make dmg