Hello,
I'm trying to implement a video widget in one of my apps.
In order to familiarise myself with the lib I edited the Qt4 example to Qt5 but I have the following error:
File "xxx/xxx/vlc.py", line 6894, in libvlc_media_player_set_nsobject
return f(p_mi, drawable)
ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
Any clues ?
Thanks