vlc-pyqt5-example icon indicating copy to clipboard operation
vlc-pyqt5-example copied to clipboard

An example of an embedded VLC player using PyQt5

Results 2 vlc-pyqt5-example issues
Sort by recently updated
recently updated
newest added

if sys.platform.startswith('linux'): # for Linux using the X Server self.mediaplayer.set_xwindow(self.videoframe.winId()) I can't use 'set_xwindow' why can i do ?

I am receiving the next error: ``` Traceback (most recent call last): File "/Users/oaaburto/Documents/example.py", line 115, in PlayPause self.OpenFile() File "/Users/oaaburto/Documents/example.py", line 161, in OpenFile self.mediaplayer.set_nsobject(int(self.videoframe.winId())) TypeError: int() argument must...

bug