https://bugs.kde.org/show_bug.cgi?id=351774
--- Comment #21 from Mauro Carvalho Chehab <mche...@osg.samsung.com> --- (In reply to Potomac from comment #20) > @Mauro Carvalho Chehab : do you have an example of command line for libVLC > if we want to setup the video output ? > > I don't find help about libVLC and parameters We're still creating a documentation file for Kaffeine. The README.md explains something: Remote Access and Kaffeine ========================== Accessing Kaffeine remotely via X11/ssh/vnc can be a problem, as Qt5 will, by default, use hardware acceleration and DRI3. There is a known bug, present on Fedora 23/24, and likely on other distros, at mesa-libGL/dri-drivers that cause it to wait forever when it is started from a X11 section. Such bug causes Kaffeine windows to not open: * <https://bugzilla.redhat.com/show_bug.cgi?id=1174257> A workaround is to start Kaffeine with: LIBGL_DRI3_DISABLE=1 kaffeine Another solution is to use a vnc server. Still, libVLC will try to use hardware acceleration on the machine with Kaffeine, with obviously with won't work via the X11 protocol. For such scenarios, you may try to change the arguments passed to libVLC via the "Settings" --> "Configure Kaffeine" --> "libVLC", changing the libVLC arguments to: --no-video-title-show -V xcb_glx or: --no-video-title-show -V xcb_xv and re-start Kaffeine. -- You are receiving this mail because: You are watching all bug changes.