-
Notifications
You must be signed in to change notification settings - Fork 12
Gstreamer modifier playback notice
FocusLuo edited this page Oct 25, 2023
·
3 revisions
On DG2 platform, gstreamer-va/msdk modifier playback needs pay attention to
-
Need to start X-server
/usr/bin/Xorg :0
-
check OpenGL mesa version
glxinfo | grep OpenGL
-
set display port
export DISPLAY=:0.0
-
need add environment variable
GST_GL_PLATFORM=egl GST_GL_API=gles2
-
Perhaps you need to manually build the latest mesa
meson -Dlibdir=lib/x86_64-linux-gnu -Dplatforms=x11 -Dgallium-drivers=swrast,iris -Dvulkan-drivers= -Dllvm=disabled -Dgbm=enabled -Dglx=auto -Dprefix=/usr -Dglvnd=true build