vlc-pyqt5-example
vlc-pyqt5-example copied to clipboard
An example of an embedded VLC player using PyQt5
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...