-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Bug - in Wayland playing video always in second window in Baka-MPlayer. mpv-examples/libmpv/qt/ also have this bug.
Fix - file src/mpvhandler.cpp add to line 31:
mpv_set_option_string(mpv, "gpu-context", "x11egl"); // xWayland Sway fix
(x11egl or x11, because mpv use it)
it seems for now, tested Apr 2023, it work only with x11egl
Other way to fix, more code to change - look on mpv-examples/libmpv/qt_opengl/ copy this method of overlay integration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels