Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 375 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 375 Bytes

VLC Player in PyQt5

This example demonstrates an embedded VLC player in Qt using PyQt5. the Python VLC binding file is included in this repo and can be found online here.

The example is based on the (older) example provided by VLC but uses the new PyQt5 signal/slot syntax. The code has been tested on OS X, Windows and Linux.