-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello everyone,
I'm using VLC on a Raspberry Pi Compute Module 4 (CM4), running it from within a Qt application in fullscreen mode on X11. The problem is that when VLC enters fullscreen mode, it seems to take over the entire display, and other applications running on the same screen are not visible — they render in the background.
Use Case:
I'm building a media solution that includes:
A Qt-based app that uses VLC for video playback in fullscreen mode.
A secondary Qt app (such as a volume OSD indicator) that should appear on top of the video when triggered (e.g., using an RCU or keyboard input).
Currently, although the volume is changed successfully in the backend, the OSD is not shown on the screen because VLC is consuming or blocking the entire display layer.
Expected Behavior:
Even in fullscreen mode, VLC should allow other X11 windows to appear above it (e.g., dialogs, OSDs, etc.), just like typical fullscreen apps on Linux desktops.
Actual Behavior:
Other apps are rendered in the background, and VLC fully covers the screen, making it impossible to overlay additional UI components.