Dear all, it seems that this is still an unsolved issue. I have exactly the same behaviour right now. Here is the code I use import sys import sys from PyQt4 import Qt import vlc app = Qt.QApplication(sys.argv) video = Qt.QWidget() video.setMinimumSize(300, 300) path="test" instance=vlc.In...