I have a problem with my <compose media player lib...
# compose-desktop
u
I have a problem with my compose media player library, the overlay is not supported on desktop because I use a swing panel and it is automatically put on top, I tried to use Experimental interop blending but the video is no longer displayed at all, it seems to be because of the hardware acceleration as mentioned here, does anyone have an idea to get around this problem? I opened an issue on github
m
it would require integration with the OS compositor, IIUC, which isn't easy. The only good reference for how to do this is the source code of browsers.