oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
381 stars 108 forks source link

Integrating the vlc window in Qt with Wayland #257

Open Scienox opened 1 year ago

Scienox commented 1 year ago

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?

oaubert commented 1 year ago

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.

Scienox commented 1 year ago

Thank you so much for your help !