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.
- Host: GitHub
- URL: https://github.com/winsoft666/vlc-qt2
- Owner: winsoft666
- License: other
- Created: 2021-07-15T10:13:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T07:43:19.000Z (over 1 year ago)
- Last Synced: 2025-04-01T15:49:07.277Z (about 1 year ago)
- Topics: libvlc, qt, vlc
- Language: C
- Homepage:
- Size: 71.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.

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