python-vlc
python-vlc copied to clipboard
Integrating the vlc window in Qt with Wayland
Hi, I'd like to integrate the vlc window into my GUI, but there's no way to do it except for "x11", "win32" and "darwin". Is it possible that in the near future there will be this additional functionality?
python-vlc is merely a wrapper around libvlc. Once it is implemented in libvlc it will be available. See https://stackoverflow.com/questions/67579547/how-to-embed-libvlc-player-in-gtk3-window-in-wayland (and its links) for a start.
Thank you so much for your help !