Hello,
I built the project found on this page: https://github.com/videolan/vlc/tree/ma ... c/QtPlayer and tested it.
Unfortunately, every time I start playing a file, libvlc opens a new window instead of playing the video in the QWidget.
The project was built under Fedora 38. The behavior is the same with X and Wayland.
I think the behavior of "libvlc_media_player_set_xwindow(vlcPlayer, videoWidget->winId());" is incorrect.
I don't know if it's libvlc (3.0.19) that's the culprit or if it's Qt (version 5.15).
I tried the same in pyqt and it doesn't work anymore.
I tried a lot of things found on forums but nothing worked.
I am posting to this forum for ideas on what I could try to successfully get the video to play in the QWidget.
Thank you for your help, have a good day.
Nicolas.