# VLC Player in PyQt5 # This example demonstrates an embedded VLC player in Qt using PyQt5. the Python VLC binding file is included in this report 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(10), Windows and Linux.